1Finance::Quote::TNetuk(U3s)er Contributed Perl DocumentatFiionnance::Quote::TNetuk(3)
2
3
4

NAME

6       Finance::Quote::tnetuk - Obtain UK Unit Trust quotes from trustnet.com.
7

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

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

SEE ALSO

AUTHOR

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