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: name, last, currency, symbol,
25 isodate
26
28 Finance::Quote
29
30
31
32perl v5.36.1 2023-08-13 Finance::Quote::Bloomberg(3)