1Finance::Quote::Bourso(U3s)er Contributed Perl DocumentatFiionnance::Quote::Bourso(3)
2
3
4

NAME

6       Finance::Quote::Bourso - Obtain quotes from Boursorama.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("bourso","ml");  # Only query Bourso
14

DESCRIPTION

16       This module fetches information from the "Paris Stock Exchange",
17       https://www.boursorama.com. All stocks are available.
18
19       This module is loaded by default on a Finance::Quote object. It's also
20       possible to load it explicitly by placing "bourso" in the argument list
21       to Finance::Quote->new().
22
23       Information obtained by this module may be covered by
24       www.boursorama.com terms and conditions See https://www.boursorama.com/
25       for details.
26

LABELS RETURNED

28       The following labels will be returned by Finance::Quote::Bourso : name,
29       last, symbol, date, isodate, method, currency.  For some symbols,
30       additional information is available: exchange, high, low, close, net,
31       volume.
32

SEE ALSO

34       Boursorama (french web site), https://www.boursorama.com
35
36
37
38perl v5.34.1                      2022-07-04         Finance::Quote::Bourso(3)
Impressum