[kmymoney4] [Bug 381399] Can't retrieve stock prices

Ralf Habacker bugzilla_noreply at kde.org
Mon Jun 19 22:30:38 UTC 2017


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

--- Comment #5 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to David Houlden from comment #1)
> FT.com have changed that page layout recently. I got it working by changing
> the KMyMoney settings to these.
> 
> URL:   http://funds.ft.com/uk/Tearsheet/Summary?s=%1:GBX
> Symbol:   data-display-symbol="(.*):
> Price:   Price \(GBX\)</span><span
> class="mod-ui-data-list__value">([\d,]*\.\d*)</span>
> Date:   Data delayed at least 15 minutes, as of (.*)
> Date Format:   %m %d %y

As far as I can see looks the following regex be more general:

URL:    http://funds.ft.com/uk/Tearsheet/Summary?s=%1
Symbol:  data-display-symbol="(.*):
Price:  class="mod-ui-data-list__value">([\d,]*\.\d*)</span> 
Date:   Data delayed at least 15 minutes, as of (.*)\.
Date Format: %m %d %y

Changes are in Price: and Date:

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


More information about the KMyMoney-devel mailing list