Finance::Quote::FTPortfolios - Obtain unit trust prices from www.ftportfolios.com


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.

Index


NAME

Top

Finance::Quote::FTPortfolios - Obtain unit trust prices from www.ftportfolios.com

SYNOPSIS

Top

    use Finance::Quote;

    $q = Finance::Quote->new;

    %stockinfo = $q->fetch("ftportfolios","FKYGTX"); # Can failover to other methods
    %stockinfo = $q->fetch("ftportfolios_direct","FKYGTX"); # Use this module only.

DESCRIPTION

Top

This module obtains information about unit trust prices from www.ftportfolios.com. The information source "ftportfolios" can be used if the source of prices is irrelevant, and "ftportfolios_direct" if you specifically want to use ftportfolios.com.

LABELS RETURNED

Top

Information available from Ftportfolios may include the following labels: exchange method source name currency nav pop price.

SEE ALSO

Top

First Trust Portfolios website - http://www.ftportfolios.com/


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.