1Finance::Quote::TroweprUisceer(3C)ontributed Perl DocumeFnitnaatnicoen::Quote::Troweprice(3)
2
3
4
6 Finance::Quote::Troweprice - Obtain quotes from T. Rowe Price
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch("troweprice","PRFDX"); # Can failover to other methods
14 %stockinfo = $q->fetch("troweprice_direct","PRFDX"); # Use this module only.
15
17 This module obtains information about managed funds from T. Rowe Price.
18 Information about T. Rowe Price funds is available from a variety of
19 sources. The information source "troweprice" can be used if you don't
20 care which source you obtain information from. If you wish to be
21 guaranteed of fetching information from T. Rowe Price directly, then
22 the information source "troweprice_direct" should be used.
23
25 Information available from T. Rowe Price may include the following
26 labels: exchange, name, nav, date, price.
27
29 T. Rowe Price website - http://www.troweprice.com/
30
31 Finance::Quote::Yahoo::USA
32
33
34
35perl v5.12.2 2011-01-12 Finance::Quote::Troweprice(3)