1Finance::Quote::OnVistaU(s3e)r Contributed Perl DocumentaFtiinoannce::Quote::OnVista(3)
2
3
4
6 Finance::Quote::OnVista - Obtain quotes from OnVista.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch("onvista","ml"); # Only query OnVista
14
16 This module fetches information from OnVista, https://www.onvista.de.
17 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 "onvista" in the argument
21 list to Finance::Quote->new().
22
23 Information obtained by this module may be covered by www.onvista.de
24 terms and conditions See https://www.onvista.de/ for details.
25
27 The following labels may be returned by Finance::Quote::OnVista : name,
28 last, date, isodate, time, currency, method, exchange.
29
31 OnVista (german web site), https://www.onvista.de
32
33
34
35perl v5.34.1 2022-07-04 Finance::Quote::OnVista(3)