table of contents
Finance::Quote::Bloomberg(3) | User Contributed Perl Documentation | Finance::Quote::Bloomberg(3) |
NAME¶
Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %fundinfo = $q->fetch("bloomberg", "security");
DESCRIPTION¶
This module obtains information about fund prices from www.bloomberg.com.
SECURITY NAME¶
The security string must match the format expected by the site, such as 'AAPL:US' not 'AAPL'.
LABELS RETURNED¶
Labels returned by this module include: name, last, currency, symbol, isodate
SEE ALSO¶
Finance::Quote
2024-06-10 | perl v5.40.0 |