logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com

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");

See Also