Finance::Quote::Comdirect - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION LABELS RETURNED
NAME
    Finance::Quote::Comdirect - Obtain quotes from https://www.comdirect.de

SYNOPSIS
        use Finance::Quote;

        $q = Finance::Quote->new;

        %info = Finance::Quote->fetch('comdirect', 'DE0007664039');
        %info = Finance::Quote->fetch('comdirect', 'Volkswagen');
        %info = Finance::Quote->fetch('comdirect', 'VWAGY');

DESCRIPTION
    This module fetches information from https://www.comdirect.de.

    This module is loaded by default on a Finance::Quote object. It's also
    possible to load it explicitly by placing 'Comdirect' in the argument
    list to Finance::Quote->new().

LABELS RETURNED
    The following labels may be returned by Finance::Quote::Comdirect:
    isodate, last, currency, open, high, low, name, isin, method, success

TERMS & CONDITIONS
    Use of www.comdirect.de is governed by any terms & conditions of that
    site.

    Finance::Quote is released under the GNU General Public License, version
    2, which explicitly carries a "No Warranty" clause.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:41 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top