[kmymoney] [Bug 469431] Need better way to handle changes in stock price quote source
Jack
bugzilla_noreply at kde.org
Tue Jun 6 21:46:23 BST 2023
https://bugs.kde.org/show_bug.cgi?id=469431
Jack <ostroffjh at users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ostroffjh at users.sourceforge
| |.net
--- Comment #16 from Jack <ostroffjh at users.sourceforge.net> ---
Off the top of my head (no testing yet) the regex for price could be '"05.
price": "(\d+.\d+)"' (without the single quotes) and the date '07. latest
trading day": "(\d{4,4}-\d{2,2}-\d{2,2}"' with the date format '%y %m %d'.
What is within parens becomes the value and other characters match literally.
\d is a digit and {x,y} says the range of times to match.
At some point, I'll see if alphavantage would assign a key KMM could
distribute, but I suspect not. It might be possible to add this source with a
missing key, and with instructions on how to obtain and use your own key.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list