1Finance::Quote::MorningUsstearrACUo(n3t)ributed Perl DocFuimneanntcaet:i:oQnuote::MorningstarAU(3)
2
3
4
6 Finance::Quote::MorningstarAU - Obtain Australian managed fund quotes
7 from morningstar.com.au.
8
10 $q = Finance::Quote->new;
11
12 %info = Finance::Quote->fetch("morningstarau","<APIR> ..."); # Only query morningstar.com.au using APIRs
13 %info = Finance::Quote->fetch("aufunds","<APIR> ..."); # Failover to other sources
14
16 This module fetches information from the MorningStar Funds service
17 https://morningstar.com.au/ to provide quotes on Australian managed
18 funds in AUD.
19
20 Funds are identified by their APIR code.
21
22 This module is loaded by default on a Finance::Quote object. It's also
23 possible to load it explicity by placing "morningstarau" in the
24 argument list to Finance::Quote->new().
25
26 Managed Funds
27 This module provides both the "morningstarau" and "aufunds" fetch
28 methods for fetching Australian funds prices from morningstar.com.au.
29 Please use the "aufunds" fetch method if you wish to have failover with
30 future sources for of Ausralian fund quotations which might be provided
31 by other Finance::Quote modules. Using the "morningstarau" method will
32 guarantee that your information only comes from the morningstar.com.au
33 website.
34
36 The following labels may be returned by
37 Finance::Quote::MorningstarAU::morningstarau:
38
39 name, currency, date, price, source, method, iso_date, success, errormsg.
40
42 Morningstart Australia website https://morningstar.com.au
43
45 Jalon Avens
46
48 Copyright (C) 2019 by Jalon Avens
49
50 This program is free software; you can redistribute it and/or modify it
51 under the terms of the GNU General Public License as published by the
52 Free Software Foundation; either version 2 of the License, or (at your
53 option) any later version.
54
55
56
57perl v5.30.1 2020-01-30 Finance::Quote::MorningstarAU(3)