Re: [GNC] Problems with Finance::Quote and GnuCash Version: 5.0 Build ID: 5.0+(2023-03-25)

2023-06-03 Thread Alun Champion
I was also having this same problem on my M1 Mac when upgrading to Gnucash 5+ (it worked fine in 4.X). After some digging it looks like my environment meant that gnucash 5+ was using the wrong version of cpan for the perl it was using (there are 2 installed by default - 5.3 and 5.34, I also had

Re: [GNC] Gnucash on MacOS 12.5 ?

2022-11-28 Thread Alun Champion
I run Gnucash on Apple MBP M1. I don't recall what I did to make Finance::Quote work but it has been working for quite a while. I do have an issue with mouse clicks going through windows requiring a couple of clicks before registering on the correct window. But other than that working fine. (If

[GNC] Account Selection in Register

2021-10-26 Thread Alun Champion
If I type an account name from the beginning e.g. Assets:...: I have it configured to not auto-raise lists so the account list doesn't popup and I can type the account without any issues (using tab to complete). However, if I type a leaf account name the account list popups up but it starts

Re: [GNC] AlphaVantage deal

2018-08-23 Thread Alun Champion
Any reason not to move to the batch API (` https://www.alphavantage.co/query?function=BATCH_STOCK_QUOTES=MSFT,AXP,...=XXX`) then you could get all the current quotes with a single call. It seems inefficient to get the stock history one stock at a time to discard all the values but the first one to

[GNC] Register issues within 3.2

2018-07-05 Thread Alun Champion
OS: MacOS Version: Gnucash 3.2 After pasting (Cmd-V) data into a register the register will no longer receive normal keyboard input, just the annoying keyboard beep. Enter still works, as does tab but no data entry from the keyboard in any field in the register for that account. Other registers

Re: [GNC] autocomplete not working in 3.2

2018-07-05 Thread Alun Champion
I can confirm 3.2 has issues with completion on MacOS. When typing in the register description the first letter completes but the next letter inserts vs replaces the proposed completion, so if you intended `commute`, `c` would complete to `car` and the next key would end up with `coar`, which

[GNC] Stock accounts displaying fractions

2018-06-05 Thread Alun Champion
Since the upgrade to 3.1 some of my stock accounts are displaying in fractions. Anyway to simply turn this back to decimal? Cheers -A. ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe:

Re: [GNC] AlphaVantage Stock Quotes

2018-06-02 Thread Alun Champion
for F::Q. > > Regards, > John Ralls > > > > On Jun 2, 2018, at 6:12 AM, Alun Champion wrote: > > > > Alphavantage does provide a batch stock api, which you only sends the > > latest quote, you can send just one stock to that api call e.g. ( > > http

Re: [GNC] latest gnucash release (3.1) feedback

2018-06-02 Thread Alun Champion
; Mine are all set to ’start of accounting period’ and my book’s accounting > period is set to ’start of current year’. I’m not seeing any loss of start > dates. > > Perhaps some other date setting is where the issue lies. > > Regards, > Adrien > > > On Jun 2, 2018, at

Re: [GNC] AlphaVantage Stock Quotes

2018-06-02 Thread Alun Champion
Alphavantage does provide a batch stock api, which you only sends the latest quote, you can send just one stock to that api call e.g. ( https://www.alphavantage.co/query?function=BATCH_STOCK_QUOTES=MSFT=), which only returns the latest value. -A. On 31 May 2018 at 20:12, prl wrote: > On

Re: [GNC] latest gnucash release (3.1) feedback

2018-06-02 Thread Alun Champion
the base_colors in /Applications/Gnucash.app/Contents/Resources/share/gnucash/scm/html-utilities.scm . ​ On 30 May 2018 at 07:07, Mike Evans wrote: > On Wed, 30 May 2018 10:00:56 +0100 > Mike Evans wrote: > > > On Wed, 30 May 2018 00:12:00 -0500 > > Alun Champion wrote: > &

Re: Currency Quotes

2017-11-09 Thread Alun Champion
r daily history, e.g.: $ curl "[https://www.alphavantage.co/query?function=TIME_SERIES_DAILY=compact=GBPUSD=X=XXX](https://www.alphavantage.co/query?function=TIME_SERIES_DAILY=compact=GBPUSD=X=XXX)" Which allowed gnc-fq-dump to work. -A. On 9 November 2017 at 03:51, Erik Colson <

Re: Currency Quotes

2017-11-08 Thread Alun Champion
Alphavantage supports currencies, e.g.: $ export ALPHAVANTAGE_API_KEY=XXX $ gnc-fq-dump alphavantage GBPUSD=X Finance::Quote fields Gnucash uses: symbol: GBPUSD=X <=== required date: 11/09/2017 <=== recommended currency: USD <=== required

Re: Can gnucash add Virtual currency?

2017-11-08 Thread Alun Champion
I've setup digital currencies as regular commodities and haven't come across any particular issues for my use. Downloading exchange rates works, just set the Symbol to 'BTCUSD=X' and source `alphavantage' (with APIKEY), e.g.: $ export ALPHAVANTAGE_API_KEY=XX $ ./gnc-fq-dump alphavantage