NAME
Finance::Quote::SwissFindData - Obtain CH Unit Trust quotes from swissfunddata.ch.
SYNOPSIS
$q = Finance::Quote->new;
%info = Finance::Quote->fetch("swissfunddata","<isin> ..."); # Only query swissfunddata.ch using ISINs
DESCRIPTION
This module fetches information from the SwissFindData Funds service, https://swissfunddata.ch/.
Funds are identified by their ISIN code.
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "swissfunddata" in the argument list to Finance::Quote->new().
Information obtained by this module may be covered by SwissFundData terms and conditions. See https://swissfunddata.ch/ for details.
Stocks And Indices
This module provides the "swissfunddata" fetch method for fetching CH Unit Trusts and OEICs prices and other information from swissfunddata.ch.
LABELS RETURNED
The following labels may be returned by Finance::Quote::swissfunddata :
name, isin, nav, currency, date, isodate, method, success, errormsg.
SEE ALSO
SwissFundData websites, https://www.swissfunddata.ch
AUTHOR
Manuel Friedli, <manuel@fritteli.ch> Based heavily on the work of Martin Sadler <martinsadler@users.sourceforge.net>, many thanks!
COPYRIGHT AND LICENSE
Copyright (C) 2025 by Manuel Friedli
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.