1Finance::Quote::TradeviUlsleer(3C)ontributed Perl DocumeFnitnaatnicoen::Quote::Tradeville(3)
2
3
4
6 Finance::Quote::BSERO - Obtain quotes from Bucharest Stock Exchange.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch("tradeville", "tlv"); # Only query tradeville
14 %info = Finance::Quote->fetch("romania", "brd"); # Failover to other sources OK.
15
17 This module fetches information from https://tradeville.eu/, a leader
18 in online trading and pioneer of the Romanian capital market.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicitly by placing "tradeville" in the argument
22 list to Finance::Quote->new().
23
24 This module provides "tradeville", "romania", and "europe" fetch
25 methods.
26
27 Information obtained by this module may be covered by tradeville.eu
28 terms and conditions.
29
31 The following labels are returned: cap currency day_range div_yield
32 exchange last method open p_change success symbol volume
33
34
35
36perl v5.36.0 2022-12-27 Finance::Quote::Tradeville(3)