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           %info = Finance::Quote->fetch("france","af"); # Failover to other sources OK.
15

DESCRIPTION

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

LABELS RETURNED

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

SEE ALSO

40       Boursorama (french web site), http://www.boursorama.com
41
42
43
44perl v5.30.1                      2020-01-30         Finance::Quote::Bourso(3)
Impressum