# man > Finance::Quote::Fundata

## NAME
    [Finance::Quote::Fundata](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AFundata/markdown) - Obtain Canadian mutual fund quotes from Fundata

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new;

        %info = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->fetch("fundata","234263");

## DESCRIPTION
    This module fetches mutual fund information from Fundata.

    Mutual fund symbols on the site are specified numerically. The best way to determine the correct
    symbol is to navigate to the site, search for the relevant mutual fund, and note the "IID=#####"
    which appears in the URL.

    In order to not tax the provider with too many requests, by default the module limits requests
    to 3 every 10 seconds.

## LABELS RETURNED
    The following labels may be returned by [Finance::Quote::Fundata](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AFundata/markdown) : symbol, name, method, source,
    timezone, isodate, nav, currency

## SEE ALSO
