1Finance::Quote::SIX(3)User Contributed Perl DocumentationFinance::Quote::SIX(3)
2
3
4
6 Finance::Quote::SIX - Obtain quotes from the Swiss Stock Exchange
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch('six', 'NESN');
14
16 This module fetches information from the Swiss Stock Exchange,
17 https://www.six-group.com.
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicitly by placing 'SIX' in the argument list to
21 Finance::Quote->new().
22
24 The following labels may be returned by Finance::Quote::SIX : isin name
25 currency date isodate ask close high low open volume success
26
28 Use of www.six-group.com is governed by any terms & conditions of that
29 site.
30
31 Finance::Quote is released under the GNU General Public License,
32 version 2, which explicitly carries a "No Warranty" clause.
33
34
35
36perl v5.38.0 2023-08-13 Finance::Quote::SIX(3)