[libalkimia] [Bug 474321] Online Quote Config Dialog - Dump CSV not working
Ralf Habacker
bugzilla_noreply at kde.org
Fri May 31 17:01:45 BST 2024
https://bugs.kde.org/show_bug.cgi?id=474321
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to KB.claim from comment #0)
> The configuration parameters of an online course source should be "dumpable".
The desired configuration parameters are stored in configuration files on the
file system in a file called 'kmymoneyrc'. Under Windows, you can search for
this file in the user's home directory using Explorer.
Under Linux, the actual paths used can be queried with a command line tool from
the KDE framework. See the following example:
$ kf5-config --path config
/home/user/.config/:....
Adding 'kmymoney/kmymoneyrc' results in the actual path.
In this file, online quotes are defined in categories like this:
[online-quote-source-<name-of-source>]
DataFormat=2
DateFormatRegex=%y-%m-%d
DateRegex=Date
StandardId=EUR-USD
DownloadType=0
IDBy=0
IDRegex=
PriceDecimalSeparator=0
PriceRegex=Close
ReferenceName=
URL=https://query1.finance.yahoo.com/v7/finance/download/%1%2=X?events=history&includeAdjustedClose=true
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list