Skip to content

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

FKP/HTG over 1Y: show the values
PointFKP/HTG
2025-09-25176.8739
2025-10-02176.3584
2025-10-09175.4394
2025-10-16176.5512
2025-10-23174.5374
2025-10-30172.9448
2025-11-06171.7439
2025-11-13171.9251
2025-11-20170.8704
2025-11-27173.5447
2025-12-04174.8600
2025-12-12175.3146
2025-12-19175.3568
2025-12-26176.8687
2026-01-02177.3151
2026-01-09176.0783
2026-01-16176.1829
2026-01-23176.3707
2026-01-30180.6385
2026-02-06177.9983
2026-02-13178.7118
2026-02-20177.0259
2026-02-27177.1736
2026-03-06175.2444
2026-03-13175.5589
2026-03-20176.6598
2026-03-27175.3811
2026-04-03173.3952
2026-04-10176.0401
2026-04-17177.6130
2026-04-24176.9194
2026-05-01176.7508
2026-05-08178.6596
2026-05-16174.6009
2026-05-24177.2085
2026-05-31176.7903
2026-06-09174.5442
2026-06-16175.9609
2026-06-23173.3811
2026-06-30172.7874
2026-07-07174.6921
2026-07-14176.3001
2026-07-21176.0360
2026-07-28174.1761
2026-08-04176.2220
2026-08-11176.8003
2026-08-18177.4516
2026-08-26178.3908
2026-09-02176.8236
2026-09-09177.0319
2026-09-16176.1720
2026-09-23174.5727

High

180.6385

Low

170.8704

Average

175.7677

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=HTG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.