Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com
use Finance::Quote; $q = Finance::Quote->new; %fundinfo = $q->fetch("bloomberg", "security");
This module obtains information about fund prices from www.bloomberg.com.
The security string must match the format expected by the site, such as 'AAPL:US' not 'AAPL'.
Labels returned by this module include: name, last, currency, symbol, isodate
Finance::Quote
To install Finance::Quote, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Finance::Quote
CPAN shell
perl -MCPAN -e shell install Finance::Quote
For more information on module installation, please visit the detailed CPAN module installation guide.