[kmymoney] [Bug 442150] Online price update of stocks stopped working since version 5 on MacOS

2023-05-16 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=442150

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #2 from Thomas Baumgart  ---
Service has apparently been moved to
https://markets.ft.com/data/funds/tearsheet/summary?s=LU1445733824:EUR

Using the old URL I get

URL found: http://funds.ft.com/uk/Tearsheet/Summary?s=LU1445733824...
Symbol found: ''
Unable to parse price for 'LU1445733824'
Unable to parse date for 'LU1445733824'

with the one shown above I see data, but it seems that the regexes to extract
the date need to be adjusted to the new webpage. I get 

Symbol found: ''
Price found: '24.23' (24,23)
Date found: 'May 15 

[kmymoney] [Bug 442150] Online price update of stocks stopped working since version 5 on MacOS

2023-05-16 Thread Captain Crutches via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=442150

Captain Crutches  changed:

   What|Removed |Added

 CC||captaincrutc...@gmail.com

--- Comment #1 from Captain Crutches  ---
This is still happening on version 5.1.3: any online price update results in
"no price or no date".

If I go into financequote.pl and uncomment this line -
https://github.com/KDE/kmymoney/blob/master/kmymoney/misc/financequote.pl#L77 -
I get various errors from various sources like 401 errors (yahoo_json),
requiring an AlphaVantage API key (nasdaq, nyse, usa), and generic HTTP
failures (bloomberg).

-- 
You are receiving this mail because:
You are the assignee for the bug.