finance::quote::troweprice(3pm) debian man page | unix.com

Man Page: finance::quote::troweprice

Operating Environment: debian

Section: 3pm

Finance::Quote::Troweprice(3pm) 			User Contributed Perl Documentation			   Finance::Quote::Troweprice(3pm)

NAME
Finance::Quote::Troweprice - Obtain quotes from T. Rowe Price
SYNOPSIS
use 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.
DESCRIPTION
This 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 RETURNED
Information available from T. Rowe Price may include the following labels: exchange, name, nav, date, price.
SEE ALSO
T. Rowe Price website - http://www.troweprice.com/ Finance::Quote::Yahoo::USA perl v5.14.2 2012-05-06 Finance::Quote::Troweprice(3pm)
Related Man Pages
finance::quote::fidelity(3) - suse
finance::quote::asx(3) - suse
finance::quote::yahoo::usa(3) - suse
finance::quote::financecanada(3pm) - debian
finance::quote::yahoo::nz(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file