1Finance::Quote::CitywirUes(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Citywire(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

16       This module fetches information from the Citywire Funds service,
17       http://citywire.co.uk. There are many UK Unit Trusts and OEICs quoted,
18       as well as many Offshore Funds and Exhange Traded Funds (ETFs). It
19       converts any funds quoted in GBX (pence) to GBP, dividing the price by
20       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 explicity by placing "citywire" in the argument
26       list to Finance::Quote->new().
27
28       Information obtained by this module may be covered by citywire.co.uk
29       terms and conditions See http://citywire.co.uk for details.
30
31   Stocks And Indices
32       This module provides both the "citywire" and "ukfunds" fetch methods
33       for 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 sources providing uk unit trust prices. Using the
38       "citywire" method will guarantee that your information only comes from
39       the citywire.co.uk website.
40

LABELS RETURNED

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

SEE ALSO

AUTHOR

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