table of contents
Finance::Quote::MorningstarJP(3pm) | User Contributed Perl Documentation | Finance::Quote::MorningstarJP(3pm) |
NAME¶
Finance::Quote::MorninstarJP - Obtain quotes from from Morningstar (Japan)
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("morningstarjp", "2009100101");
DESCRIPTION¶
This module obtains information from Morningstar (Japan), <http://www.wealthadvisor.co.jp/>.
Information returned by this module is governed by Morningstar (Japan)'s terms and conditions.
FUND SYMBOLS¶
Use the numeric symbol shown in the URL on the "SnapShot" page of the security of interest.
e.g. For <https://www.wealthadvisor.co.jp/snapshot/2009100101>, one would supply 2009100101 as the symbol argument on the fetch API call.
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::MorningstarJP: nav, isin, symbol, name, currency.
Terms & Conditions¶
Use of apl.wealthadvisor.jp is governed by any terms & conditions of that site.
Finance::Quote is released under the GNU General Public License, version 2, which explicitly carries a "No Warranty" clause.
SEE ALSO¶
Morningstar (Japan), <http://www.wealthadvisor.co.jp/>
2025-05-16 | perl v5.40.1 |