Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::Fondsweb

Name Finance::Quote::Fondsweb
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/Fondsweb.pm
Is Core No
Search CPAN for this module Finance::Quote::Fondsweb
Documentation Finance::Quote::Fondsweb
Module Details Finance::Quote::Fondsweb

NAME

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


VERSION

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


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %info = $q->fetch("fondsweb", "LU0804734787");


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.


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 - year_range


REQUIREMENTS

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


ACKNOWLEDGEMENTS

Inspired by other modules already present with Finance::Quote


AUTHOR

Diego Marcolungo


LICENSE AND COPYRIGHT

Copyright (C) 2018, Diego Marcolungo.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


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.


SEE ALSO

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026