1Finance::Quote::MorningUsstearrJCPo(n3t)ributed Perl DocFuimneanntcaet:i:oQnuote::MorningstarJP(3)
2
3
4
6 Finance::Quote::MorningstarJP - Obtain price data from Morningstar
7 (Japan).
8
10 This documentation describes version 1.00 of MorningstarJP.pm, October
11 13, 2012.
12
14 use Finance::Quote;
15
16 $q = Finance::Quote->new;
17
18 %info = $q->fetch("morningstarjp", "2009100101");
19
21 This module obtains information from Morningstar (Japan),
22 <http://www.wealthadvisor.co.jp/>.
23
24 Information returned by this module is governed by Morningstar
25 (Japan)'s terms and conditions.
26
28 Use the numeric symbol shown in the URL on the "SnapShot" page of the
29 security of interest.
30
31 e.g. For
32 <http://www.wealthadvisor.co.jp/FundData/SnapShot.do?fnc=2009100101>,
33 one would supply 2009100101 as the symbol argument on the fetch API
34 call.
35
37 The following labels may be returned by Finance::Quote::MorningstarJP:
38 symbol, date, nav.
39
41 Perl 5.006
42 Date/Calc.pm
43 Exporter.pm (included with Perl)
44
46 Inspired by other modules already present with Finance::Quote
47
49 Christopher Hill
50
52 Copyright (C) 2012, Christopher Hill.
53
54 This program is free software: you can redistribute it and/or modify it
55 under the terms of the GNU General Public License as published by the
56 Free Software Foundation, either version 3 of the License, or (at your
57 option) any later version.
58
60 This program is distributed in the hope that it will be useful, but
61 WITHOUT ANY WARRANTY; without even the implied warranty of
62 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
63 General Public License for more details.
64
66 Morningstar (Japan), <http://www.wealthadvisor.co.jp/>
67
68
69
70perl v5.38.0 2023-08-13 Finance::Quote::MorningstarJP(3)