FKP to HTG exchange rate API
Falkland Islands Pound to Gourde · quoted 2026-09-25
172.8408
▼ +2.28% over 1Y
1 FKP = 172.8408 HTG · 1 HTG = 0.005786 FKP · Get this rate via the API
1 FKP buys 172.8408 HTG as of 2026-09-25, so 1 HTG buys 0.005786 FKP. Over the last year, FKP/HTG traded between 170.8704 and 180.6385, averaged 175.7677 and fell 2.28%. The API holds daily FKP/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/HTG over 1Y: show the values
| Point | FKP/HTG |
|---|---|
| 2025-09-25 | 176.8739 |
| 2025-10-02 | 176.3584 |
| 2025-10-09 | 175.4394 |
| 2025-10-16 | 176.5512 |
| 2025-10-23 | 174.5374 |
| 2025-10-30 | 172.9448 |
| 2025-11-06 | 171.7439 |
| 2025-11-13 | 171.9251 |
| 2025-11-20 | 170.8704 |
| 2025-11-27 | 173.5447 |
| 2025-12-04 | 174.8600 |
| 2025-12-12 | 175.3146 |
| 2025-12-19 | 175.3568 |
| 2025-12-26 | 176.8687 |
| 2026-01-02 | 177.3151 |
| 2026-01-09 | 176.0783 |
| 2026-01-16 | 176.1829 |
| 2026-01-23 | 176.3707 |
| 2026-01-30 | 180.6385 |
| 2026-02-06 | 177.9983 |
| 2026-02-13 | 178.7118 |
| 2026-02-20 | 177.0259 |
| 2026-02-27 | 177.1736 |
| 2026-03-06 | 175.2444 |
| 2026-03-13 | 175.5589 |
| 2026-03-20 | 176.6598 |
| 2026-03-27 | 175.3811 |
| 2026-04-03 | 173.3952 |
| 2026-04-10 | 176.0401 |
| 2026-04-17 | 177.6130 |
| 2026-04-24 | 176.9194 |
| 2026-05-01 | 176.7508 |
| 2026-05-08 | 178.6596 |
| 2026-05-16 | 174.6009 |
| 2026-05-24 | 177.2085 |
| 2026-05-31 | 176.7903 |
| 2026-06-09 | 174.5442 |
| 2026-06-16 | 175.9609 |
| 2026-06-23 | 173.3811 |
| 2026-06-30 | 172.7874 |
| 2026-07-07 | 174.6921 |
| 2026-07-14 | 176.3001 |
| 2026-07-21 | 176.0360 |
| 2026-07-28 | 174.1761 |
| 2026-08-04 | 176.2220 |
| 2026-08-11 | 176.8003 |
| 2026-08-18 | 177.4516 |
| 2026-08-26 | 178.3908 |
| 2026-09-02 | 176.8236 |
| 2026-09-09 | 177.0319 |
| 2026-09-16 | 176.1720 |
| 2026-09-23 | 174.5727 |
High
180.6385
Low
170.8704
Average
175.7677
Get this rate via the API
One GET request returns the FKP/HTG rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/HTG API questions
How do I get the FKP/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/HTG rate in rates.HTG.
How far back does FKP/HTG historical data go?
Daily FKP/HTG rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free FKP/HTG exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.