1Finance::Quote::TrustneUts(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Trustnet(3)
2
3
4
6 Finance::Quote::Trustnet - Obtain unit trust prices from trustnet.co.uk
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch("uk_unit_trusts","trust-name"); # Can failover to other methods
14 %stockinfo = $q->fetch("trustnet","trust-name"); # Use this module only.
15
17 This module obtains information about UK unit trust prices from
18 www.trustnet.co.uk. The information source "uk_unit_trusts" can be
19 used if the source of prices is irrelevant, and "trustnet" if you
20 specifically want to use trustnet.co.uk.
21
23 Unfortunately there is no unique identifier for unit trust names.
24 Therefore enough of the name should be given including spaces to yield
25 a unique match. Trustnet sometimes uses abbreviated names, and the
26 string given should match the abbreviation.
27
28 Consult http://www.trustnet.co.uk/ut/funds/perf.asp?sort=0 to find a
29 match for your unit trusts.
30
31 Example "jupiter income"
32
34 Information available from Trustnet may include the following labels:
35 exchange method source name currency bid ask yield price. In case of a
36 unit trust, "price" returns the offer (ask) price. In case of an OIEC,
37 the unique price is returned in "bid", "ask" and "price".
38
40 Trustnet website - http://www.trustnet.co.uk/
41
42 Finance::Quote::Yahoo::USA
43
44
45
46perl v5.28.0 2017-11-12 Finance::Quote::Trustnet(3)