Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::MorningstarAU

Name Finance::Quote::MorningstarAU
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/MorningstarAU.pm
Is Core No
Search CPAN for this module Finance::Quote::MorningstarAU
Documentation Finance::Quote::MorningstarAU
Module Details Finance::Quote::MorningstarAU

NAME

Finance::Quote::MorningstarAU - Obtain Australian managed fund quotes from morningstar.com.au


SYNOPSIS

    $q = Finance::Quote->new;
    %info = Finance::Quote->fetch("morningstarau","<APIR> ...");  # Only query morningstar.com.au using APIRs
    %info = Finance::Quote->fetch("aufunds","<APIR> ...");  # Failover to other sources


DESCRIPTION

This module fetches information from the MorningStar Funds service https://morningstar.com.au to provide quotes on Australian managed funds in AUD.

Funds are identified by their APIR code.

This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing ``morningstarau'' in the argument list to Finance::Quote->new().

Managed Funds

This module provides both the ``morningstarau'' and ``aufunds'' fetch methods for fetching Australian funds prices from morningstar.com.au. Please use the ``aufunds'' fetch method if you wish to have failover with future sources for of Ausralian fund quotations which might be provided by other Finance::Quote modules. Using the ``morningstarau'' method will guarantee that your information only comes from the morningstar.com.au website.


LABELS RETURNED

The following labels may be returned by Finance::Quote::MorningstarAU::morningstarau:

    currency, date, isodate, method, name, price, symbol


SEE ALSO

Morningstart Australia website https://morningstar.com.au


AUTHOR

Jalon Avens & others


COPYRIGHT AND LICENSE

Copyright (C) 2019 by Jalon Avens

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026