logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::Fondsweb - Obtain price data from Fondsweb (Germany)

Acknowledgements

       Inspired by other modules already present with Finance::Quote

Author

       Diego Marcolungo

Description

       This module obtains information from Fondsweb (Germany), <https://www.fondsweb.com/>.

       Information returned by this module is governed by Fondsweb (Germany)'s terms and conditions.

Disclaimer

       This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
       the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
       License for more details.

Fund Symbols

       Use the ISIN number

       e.g. For <https://www.fondsweb.com/de/LU0804734787>, one would supply LU0804734787 as the symbol argument
       on the fetch API call.

Labels Returned

       The following labels are returned by Finance::Quote::Fondsweb:

       - currency - date - isin - isodate - last - method - name - nav - type

Name

       Finance::Quote::Fondsweb - Obtain price data from Fondsweb (Germany)

Requirements

        Perl 5.012
        HTML::TableExtract
        HTML::TreeBuilder::XPath

See Also

       Fondsweb (Germany), <https://www.fondsweb.com/>

perl v5.40.1                                       2025-05-16                      Finance::Quote::Fondsweb(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %info = $q->fetch("fondsweb", "LU0804734787");

Version

       This documentation describes version 1.00 of Fondsweb.pm, December 28, 2018.

See Also