-
Notifications
You must be signed in to change notification settings - Fork 114
Switch from Alphavantage to Yahoo for default currency quotes? #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, the YahooJSON.pm module does work of this if the symbol is set to something like |
Sorry for the noise. I now see that setting the environmental variable |
@edward-dauvergne, |
Thank goodness for Regards, |
There is a new currency rate source, FinanceAPI. It requires a key from https://financeapi.net/. Their free key is 100 requests per day. Also available is CurrencyFreaks (https://currencyfreaks.com/). Free key 1000 requests/month which is not much better than AV. |
Uh oh!
There was an error while loading. Please reload this page.
Alphavantage appear to have recently changed their free access to 25 quotes per day. Previously the limit for their free API key was 5 requests per minute. For me, at least, this is an unacceptable restriction. I have cloned the F::Q repository and my testing quickly stops with annoying output:
I was wondering if it would be possible to switch to Yahoo web for currency quotes? I have tried in the Gnucash security editor to switch away from the quote source being 'single' and 'Currency', switching to 'Unknown' source set to 'yahooweb', but this is not respected and saved by Gnucash (only 'Currency' via alphavantage can be used).
The queries for the v8 Yahoo interface are very easy, e.g.:
Edit: I meant to say, switch back to Yahoo web for currency quotes. It is really annoying that Alphavantage is now squeezing their free users to switch to very expensive premium accounts!
Edit2: I now see that YahooJSON.pm and YahooWeb.pm are both not suitable for this.
The text was updated successfully, but these errors were encountered: