logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jalon Avens & others

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().

   ManagedFunds
       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

Name

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

See Also

       Morningstart Australia website https://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

See Also