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

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

2024-01-01 perl v5.36.0