https://bugs.kde.org/show_bug.cgi?id=469431
Jack <ostrof...@users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ostroffjh@users.sourceforge | |.net --- Comment #16 from Jack <ostrof...@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 watching all bug changes.