[kmymoney] [Bug 507426] Failure to Automatically Retrieve Quotes from Yahoo Finance for Certain Securities.
Ralf Habacker
bugzilla_noreply at kde.org
Fri Jul 25 13:09:28 BST 2025
https://bugs.kde.org/show_bug.cgi?id=507426
--- Comment #4 from Ralf Habacker <ralf.habacker at freenet.de> ---
The reason for this is that the actual way in which the symbol to be searched
for is constructed in the URL does not match the expectations of the yahoo.com
service.
It is composed as USD-EUR, whereas it is expected to be USDEUR=X, which works
as expected:
https://query2.finance.yahoo.com/v8/finance/chart/USDEUR=X?events=history&includeAdjustedClose=true&period1=1753394400&period2=1753444886&interval=1d
Here is a recipe for how to solve the problem locally:
1. Create a duplicate of the source ‘yahoo.com [Currency]’
2. Select the generated source
2. In the edit window, replace ‘%1-%2’ in the URL with ‘%1%2=X’ and save.
It should work with the new source.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list