1Finance::Quote::Stooq(3U)ser Contributed Perl DocumentatiFoinnance::Quote::Stooq(3)
2
3
4

NAME

6       Finance::Quote::stooq - Obtain quotes from stooq Stock Exchange.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = $q->fetch("stooq", "ISLN.UK");  # Only query stooq
14
15           %info = $q->fetch("poland", "LRQ");     # Failover to other sources OK.
16

DESCRIPTION

18       This module fetches information from <https://stooq.com/>.
19
20       This module is loaded by default on a Finance::Quote object. It's also
21       possible to load it explicitly by placing "stooq" in the argument list
22       to Finance::Quote->new().
23
24       This module provides "stooq", "poland", and "europe" fetch methods.
25
26       Information obtained by this module may be covered by Warsaw Stock
27       Exchange terms and conditions.
28

LABELS RETURNED

30       The following labels are returned:
31
32       name
33       symbol
34       open
35       high
36       low
37       last
38       bid
39       ask
40       date
41       currency
42
43
44
45perl v5.36.1                      2023-08-13          Finance::Quote::Stooq(3)
Impressum