[kmymoney4] [Bug 386462] Quote Updates quit working
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sun Nov 5 21:47:11 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=386462
shizuma at teksavvy.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shizuma at teksavvy.com
--- Comment #19 from shizuma at teksavvy.com ---
I update BTC, XAU and XAG (bitcoins, gold and silver) daily and since yahoo
stopped working, I got an API key from https://www.alphavantage.co as suggested
by Robby Engelmann
I hardcoded CAD as currency of choice but I suppose you can put your own or use
%2
Here are the settings to create a new online quote:
URL:
https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_RATE&from_currency=%1&to_currency=CAD&apikey=your_api_key_goes_here
Symbol: From_Currency\sCode.*(\w+)
Price: Rate.*(\d+\.\d+)
Date: Refreshed.*(\d{4,4}-\d{2,2}-\d{2,2})
Date format: %y-%m-%d
Hope that helps.
Tested and everything's fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list