FKP to HTG exchange rate API
Falkland Islands Pound to Gourde · quoted 2026-09-25
172.8408
▼ +1.19% over 6M
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 6 months, FKP/HTG traded between 172.2554 and 178.7412, averaged 175.6165 and fell 1.19%. 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 6M: show the values
| Point | FKP/HTG |
|---|---|
| 2026-03-29 | 174.9264 |
| 2026-04-05 | 173.5927 |
| 2026-04-12 | 176.2021 |
| 2026-04-19 | 177.8016 |
| 2026-04-26 | 176.6450 |
| 2026-05-03 | 178.4464 |
| 2026-05-10 | 177.9059 |
| 2026-05-18 | 174.8283 |
| 2026-05-26 | 176.5671 |
| 2026-06-02 | 176.4239 |
| 2026-06-11 | 175.1132 |
| 2026-06-18 | 174.1277 |
| 2026-06-25 | 172.2554 |
| 2026-07-02 | 173.3891 |
| 2026-07-09 | 175.0948 |
| 2026-07-16 | 176.0520 |
| 2026-07-23 | 174.9356 |
| 2026-07-30 | 174.7731 |
| 2026-08-06 | 176.1985 |
| 2026-08-13 | 176.7008 |
| 2026-08-21 | 178.7412 |
| 2026-08-28 | 177.5889 |
| 2026-09-04 | 176.6374 |
| 2026-09-11 | 176.6156 |
| 2026-09-18 | 174.4011 |
| 2026-09-25 | 172.8408 |
High
178.7412
Low
172.2554
Average
175.6165
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.