Finance::Quote::FTfunds - Obtain UK Unit Trust quotes from FT.com (Financial Times).
| Use Case | Command | Description |
|---|---|---|
| đ Fetch UK fund prices by ISIN | $q->fetch("ftfunds","ISIN1","ISIN2") | Retrieve unit trust prices from Financial Times |
| đ Fetch with failover support | $q->fetch("ukfunds","ISIN1") | Use ukfunds method for future compatibility |
| đ Create a new quote object | $q = Finance::Quote->new; | Initialize a Finance::Quote instance |
$q = Finance::Quote->new;
%info = Finance::Quote->fetch("ftfunds","<isin> ..."); # Only query FT.com using ISINs
This module fetches information from the Financial Times Funds service, http://funds.ft.com. There are over 47,000 UK Unit Trusts and OEICs quoted, as well as many Offshore Funds and Exchange Traded Funds (ETFs). It converts any funds quoted in GBX (pence) to GBP, dividing the price by 100 in the process.
Funds are identified by their ISIN code, a 12 character alphanumeric code. Although the web site also allows searching by fund name, this version of Finance::Quote::FTfunds only implements ISIN lookup. To determine the ISIN for funds of interest to you, visit the funds.ft.com site and use the flexible search facilities to identify the funds of interest. The factsheet display for any given fund displays the ISIN along with other useful information.
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "ftfunds" in the argument list to Finance::Quote->new().
Information obtained by this module may be covered by funds.ft.com terms and conditions. See http://funds.ft.com/ and http://ft.com for details.
This module provides both the "ftfunds" and "ukfunds" fetch methods for fetching UK and Offshore Unit Trusts and OEICs prices and other information from funds.ft.com. Please use the "ukfunds" fetch method if you wish to have failover with future sources for UK and Offshore Unit Trusts and OEICs - the author has plans to develop Finance::Quote modules for the London Stock Exchange and Morningstar unit trust services. Using the "ftfunds" method will guarantee that your information only comes from the funds.ft.com website.
The following labels may be returned by Finance::Quote::ftfunds:
name â Fund namecurrency â Currency of the fundlast â Last trade pricedate â Date of last pricetime â Time of last priceprice â Latest pricenav â Net asset valuesource â Data source identifiermethod â Fetch method usediso_date â ISO-formatted datenet â Net changep_change â Percentage changesuccess â Success indicatorerrormsg â Error message if anyFinancial Times websites, http://ft.com and http://funds.ft.com
Martin Sadler, <martinsadler AT users.net>
Copyright (C) 2010 by Martin Sadler
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 04:24 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format