1Finance::Quote::MStarukU(s3e)r Contributed Perl DocumentaFtiinoannce::Quote::MStaruk(3)
2
3
4

NAME

6       Finance::Quote::mstaruk - Obtain UK Unit Trust quotes from
7       morningstar.co.uk.
8

SYNOPSIS

10           $q = Finance::Quote->new;
11
12           %info = Finance::Quote->fetch("mstaruk","<isin> ...");  # Only query morningstar.co.uk using ISINs
13           %info = Finance::Quote->fetch("ukfunds","<isin> ...");  # Failover to other sources
14

DESCRIPTION

16       This module fetches information from the MorningStar Funds service,
17       http://morningstar.com/uk/. There are many UK Unit Trusts and OEICs
18       quoted, as well as many Offshore Funds and Exhange Traded Funds (ETFs).
19       It converts any funds quoted in GBX (pence) to GBP, dividing the price
20       by 100 in the process.
21
22       Funds are identified by their ISIN code.
23
24       This module is loaded by default on a Finance::Quote object. It's also
25       possible to load it explicitly by placing "mstaruk" in the argument
26       list to Finance::Quote->new().
27
28       Information obtained by this module may be covered by funds.ft.com
29       terms and conditions See http://morningstar.co.ukfor details.
30
31   Stocks And Indices
32       This module provides both the "mstaruk" and "ukfunds" fetch methods for
33       fetching UK and Offshore Unit Trusts and OEICs prices and other
34       information from funds.ft.com. Please use the "ukfunds" fetch method if
35       you wish to have failover with future sources for UK and Offshore Unit
36       Trusts and OEICs - the author has plans to develop Finance::Quote
37       modules for other source providing unit trust prices. Using the
38       "mstaruk" method will guarantee that your information only comes from
39       the morningstar.co.uk website.
40

LABELS RETURNED

42       The following labels may be returned by Finance::Quote::mstaruk :
43
44           name, currency, last, date, time, price, nav, source, method,
45           iso_date, net, p_change, success, errormsg.
46

SEE ALSO

48       Morning Star websites, http://morningstar.co.uk
49

AUTHOR

51       Martin Sadler, <martinsadler@users.sourceforge.net>
52
54       Copyright (C) 2010 by Martin Sadler
55
56       This library is free software; you can redistribute it and/or modify it
57       under the same terms as Perl itself, either Perl version 5.10.1 or, at
58       your option, any later version of Perl 5 you may have available.
59
60
61
62perl v5.36.0                      2022-12-27        Finance::Quote::MStaruk(3)
Impressum