Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com
Contents
Description
This module obtains information about fund prices from www.bloomberg.com.
Labels Returned
Labels returned by this module include: name, last, currency, symbol, isodate
Name
Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com
Security Name
The security string must match the format expected by the site, such as 'AAPL:US' not 'AAPL'.
See Also
Finance::Quote
perl v5.40.1 2025-05-16 Finance::Quote::Bloomberg(3pm)
Synopsis
use Finance::Quote;
$q = Finance::Quote->new;
%fundinfo = $q->fetch("bloomberg", "security");
