The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::Quote::MLC - MLC fund prices

SYNOPSIS

 use Finance::Quote;
 my $fq = Finance::Quote->new ('MLC');
 my $fund = 'MLC MasterKey Horizon 1 - Bond Portfolio';
 my $product = 'MasterKey Allocated Pension (Five Star)';
 my %quotes = $fq->fetch('mlc', "$fund,$product");

DESCRIPTION

This module downloads MLC fund quotes from

under

    https://www.mlc.com.au/masterkeyWeb/execute/FramesetUnitPrices

As of Sept 2011 the web site terms of use,

are for general information only, and only provided for residents of Australia. It's your responsibility to ensure your use of this module complies with current and future terms.

Symbols

The symbols used are the fund name and product name with a comma, for example

    MLC Horizon 1 - Bond Portfolio,MasterKey Allocated Pension (Five Star)

This is a lot to type, but you can usually cut and paste it from the web pages. The page source in the link above has them in this form.

The fund part is the actual investment, but there isn't a single price quote for it, rather the price varies with the product due to different fees subtracted.

Fields

The following standard Finance::Quote fields are available

    date isodate name currency
    last close
    method source success errormsg

Plus the following extras

    copyright_url

As of June 2009, prices are published some time in the afternoon of the following business day (Friday's prices some time Monday afternoon). So the date field is always yesterday or the day before yesterday. The currency is always "AUD" Australian dollars.

SEE ALSO

Finance::Quote, LWP

MLC web site http://www.mlc.com.au

HOME PAGE

http://user42.tuxfamily.org/finance-quote-grab/index.html

LICENCE

Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2015 Kevin Ryde

Finance-Quote-Grab 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 3, or (at your option) any later version.

Finance-Quote-Grab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Finance-Quote-Grab; see the file COPYING. If not, see http://www.gnu.org/licenses/.