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.morningstar.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.morningstar.co.jp/FundData/SnapShot.do?fnc=2009100101>, one
33 would supply 2009100101 as the symbol argument on the fetch API call.
34
36 The following labels may be returned by Finance::Quote::MorningstarJP:
37 symbol, date, nav.
38
40 Perl 5.006
41 Date/Calc.pm
42 Exporter.pm (included with Perl)
43
45 Inspired by other modules already present with Finance::Quote
46
48 Christopher Hill
49
51 Copyright (C) 2012, Christopher Hill.
52
53 This program is free software: you can redistribute it and/or modify it
54 under the terms of the GNU General Public License as published by the
55 Free Software Foundation, either version 3 of the License, or (at your
56 option) any later version.
57
59 This program is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
62 General Public License for more details.
63
65 Morningstar (Japan), <http://www.morningstar.co.jp/>
66
67
68
69perl v5.28.1 2017-11-12 Finance::Quote::MorningstarJP(3)