Query: finance::quote::troweprice
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Finance::Quote::Troweprice(3pm) User Contributed Perl Documentation Finance::Quote::Troweprice(3pm)NAMEFinance::Quote::Troweprice - Obtain quotes from T. Rowe PriceSYNOPSISuse Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("troweprice","PRFDX"); # Can failover to other methods %stockinfo = $q->fetch("troweprice_direct","PRFDX"); # Use this module only.DESCRIPTIONThis module obtains information about managed funds from T. Rowe Price. Information about T. Rowe Price funds is available from a variety of sources. The information source "troweprice" can be used if you don't care which source you obtain information from. If you wish to be guaranteed of fetching information from T. Rowe Price directly, then the information source "troweprice_direct" should be used.LABELS RETURNEDInformation available from T. Rowe Price may include the following labels: exchange, name, nav, date, price.SEE ALSOT. Rowe Price website - http://www.troweprice.com/ Finance::Quote::Yahoo::USA perl v5.14.2 2012-05-06 Finance::Quote::Troweprice(3pm)