1Finance::Quote::BVB(3)User Contributed Perl DocumentationFinance::Quote::BVB(3)
2
3
4
6 Finance::Quote::BVB - Obtain quotes from Bucharest Stock Exchange.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = $q->fetch("bvb", "tlv"); # Only query bvb
14
15 %info = $q->fetch("romania", "brd"); # Failover to other sources OK.
16
18 This module fetches information from <https://bvb.ro/>.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicitly by placing "bvb" in the argument list to
22 Finance::Quote->new().
23
24 This module provides "bvb", "tradeville", "romania", and "europe" fetch
25 methods. It was written to replace a non-working Tradeville.pm module.
26
27 Information obtained by this module may be covered by Bucharest Stock
28 Exchange terms and conditions.
29
31 The following labels are returned:
32
33 • name
34
35 • symbol
36
37 • open
38
39 • high
40
41 • low
42
43 • price
44
45 • bid
46
47 • ask
48
49 • date
50
51 • currency (always RON)
52
53
54
55perl v5.38.0 2023-08-13 Finance::Quote::BVB(3)