Query: finance::quote::ftportfolios
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Finance::Quote::FTPortfolios(3pm) User Contributed Perl Documentation Finance::Quote::FTPortfolios(3pm)NAMEFinance::Quote::FTPortfolios - Obtain unit trust prices from www.ftportfolios.comSYNOPSISuse 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.DESCRIPTIONThis 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 RETURNEDInformation available from Ftportfolios may include the following labels: exchange method source name currency nav pop price.SEE ALSOFirst Trust Portfolios website - http://www.ftportfolios.com/ perl v5.14.2 2012-05-06 Finance::Quote::FTPortfolios(3pm)