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 guar‐
27       antee that your information only comes from the Paris Stock Exchange.
28
29       Information obtained by this module may be covered by www.bourso‐
30       rama.com terms and conditions See http://www.boursorama.com/ for
31       details.
32

LABELS RETURNED

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

SEE ALSO

39       Boursorama (french web site), http://www.boursorama.com
40
41
42
43perl v5.8.8                       2007-01-08         Finance::Quote::Bourso(3)
Impressum