https://bugs.kde.org/show_bug.cgi?id=410992
--- Comment #1 from 20l8kxxl8...@opayq.com --- When entering "1 USD", kunitconversion [1] is used. When entering "1 USD=", libqalculate [2] is used. It looks like kunitconversion is using the data from European Central Bank ("ECB") [3], and libqalculate uses several sources including ECB [4]. >From my observation, kunitconversion's update mechanism is better and the rates are usually up-to-date. If you type "1 USD" and need to wait several seconds before the result is shown, that means kunitconversion is downloading the latest currency rates. [1] https://github.com/KDE/kunitconversion [2] https://github.com/Qalculate/libqalculate [3] https://github.com/KDE/kunitconversion/blob/master/src/currency.cpp [4] https://github.com/Qalculate/libqalculate/blob/master/libqalculate/Calculator.cc -- You are receiving this mail because: You are watching all bug changes.