1Finance::Quote::BSERO(3U)ser Contributed Perl DocumentatiFoinnance::Quote::BSERO(3)
2
3
4

NAME

6       Finance::Quote::BSERO Obtain quotes from Bucharest Stock Exchange.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("bsero","tlv");  # Only query BSERO
14           %info = Finance::Quote->fetch("romania","brd"); # Failover to other sources OK.
15

DESCRIPTION

17       This module fetches information from the "Bucharest Stock Exchange"
18       (Bursa de Valori Bucuresti), http://www.bvb.ro. All stocks are
19       available.
20
21       This module is loaded by default on a Finance::Quote object. It's also
22       possible to load it explicity by placing "BSERO" in the argument list
23       to Finance::Quote->new().
24
25       This module provides both the "bsero" and "romania" fetch methods.
26       Please use the "romania" fetch method if you wish to have failover with
27       future sources for Romanian stocks. Using the "bsero" method will
28       guarantee that your information only comes from the Bucharest Stock
29       Exchange.
30
31       Information obtained by this module may be covered by www.bvb.go terms
32       and conditions See http://www.bvb.ro/ for details.
33

LABELS RETURNED

35       The following labels may be returned by Finance::Quote::BSERO : name,
36       last, date, p_change, open, high, low, close, volume, currency, method,
37       exchange.
38

SEE ALSO

40       Bucharest Stock Exchange, http://www.bvb.ro
41
42
43
44perl v5.32.0                      2020-07-28          Finance::Quote::BSERO(3)
Impressum