1Finance::Quote::LeRevenUus(e3r)Contributed Perl DocumentFaitniaonnce::Quote::LeRevenu(3)
2
3
4

NAME

6       Finance::Quote::LeRevenu Obtain quotes from http://bourse.lerevenu.com.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("LeRevenu","FR0000031122");  # Only query LeRevenu
14           %info = Finance::Quote->fetch("france","ml"); # Failover to other sources OK.
15

DESCRIPTION

17       This module fetches information from the "Paris Stock Exchange",
18       http://bourse.lerevenu.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 "LeRevenu" in the argument
22       list to Finance::Quote->new().
23
24       This module provides both the "lerevenu" 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 "lerevenur" 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       http://bourse.lerevenu.com terms and conditions See
32       http://bourse.lerevenu.com for details.
33

LABELS RETURNED

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

SEE ALSO

40       Le Revenu, http://bourse.lerevenu.com
41
42
43
44perl v5.30.0                      2019-07-26       Finance::Quote::LeRevenu(3)
Impressum