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: last, currency, symbol, isodate
Finance::Quote