Finance::Quote::MorninstarJP - Obtain quotes from from Morningstar (Japan)
Contents
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.
Name
Finance::Quote::MorninstarJP - Obtain quotes from from Morningstar (Japan)
See Also
Morningstar (Japan), <http://www.wealthadvisor.co.jp/>
perl v5.40.1 2025-05-16 Finance::Quote::MorningstarJP(3pm)
Synopsis
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("morningstarjp", "2009100101");
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.
