https://bugs.kde.org/show_bug.cgi?id=507426
--- Comment #4 from Ralf Habacker <[email protected]> --- 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 watching all bug changes.
