1Finance::Quote::BloombeUrsge(r3)Contributed Perl DocumenFtiantainocne::Quote::Bloomberg(3)
2
3
4
6 Finance::Quote::Bloomberg - Obtain fund prices from Bloomberg.com
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %fundinfo = $q->fetch("bloomberg", "security");
14
16 This module obtains information about fund prices from
17 www.bloomberg.com.
18
20 The security string must match the format expected by the site, such as
21 'AAPL:US' not 'AAPL'.
22
24 Labels returned by this module include: last, currency, symbol, isodate
25
27 Finance::Quote
28
29
30
31perl v5.34.0 2021-11-10 Finance::Quote::Bloomberg(3)