1Finance::Quote::HU(3) User Contributed Perl DocumentationFinance::Quote::HU(3)
2
3
4
6 Finance::Quote::HU - Obtain Hungarian Securities from
7 www.magyartokepiac.hu www.bamosz.hu
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 # Don't know anything about failover yet...
15
17 This module obtains information about Hungarian Securities. Share
18 fetched from www.magyartokepiac.hu, while mutual funds retrieved from
19 www.napi.hu. Searching is based on ISIN codes, but for main shares it
20 is mapping the ticker-codes to ISIN.
21
23 Information available from magyartokepiac may include the following
24 labels:
25
26 method source name symbol currency date time last price low high open
27 close pe pse cap volume avg_vol
28
30 Magyartokepiac website - http://www.magyartokepiac.hu/ Napi Gazdasag
31 website - http://www.bamosz.hu/
32
33 Finance::Quote
34
35
36
37perl v5.12.2 2011-01-12 Finance::Quote::HU(3)