GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Finance::Quote::MorningstarAU(3) User Contributed Perl Documentation Finance::Quote::MorningstarAU(3)

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

    $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

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

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.

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

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

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

Jalon Avens & others

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.

2021-07-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.