https://bugs.kde.org/show_bug.cgi?id=469431

Underdog <underdog2...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |underdog2...@gmail.com

--- Comment #15 from Underdog <underdog2...@gmail.com> ---
I started using an AlphaVantage API (free API key) and I am able to retrieve
values using the web call. My only issue is that I can’t decipher how to
extract the prices into KMyMoney.

Here is a sample call provided by them and the response. If someone can help on
how to extract the price and date would be appreciated.

https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=IBM&apikey=demo
9

{
“Global Quote”: {
“01. symbol”: “IBM”,
“02. open”: “127.8200”,
“03. high”: “127.9000”,
“04. low”: “125.4700”,
“05. price”: “125.6800”,
“06. volume”: “3915505”,
“07. latest trading day”: “2023-05-24”,
“08. previous close”: “128.1800”,
“09. change”: “-2.5000”,
“10. change percent”: “-1.9504%”
}
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to