FJD to HTG exchange rate API
Fiji Dollar to Gourde · quoted 2026-09-25
58.2796
▼ +1.61% over 30D
1 FJD = 58.2796 HTG · 1 HTG = 0.01716 FJD · Get this rate via the API
1 FJD buys 58.2796 HTG as of 2026-09-25, so 1 HTG buys 0.01716 FJD. Over the last 30 days, FJD/HTG traded between 58.2796 and 59.6593, averaged 59.0344 and fell 1.61%. The API holds daily FJD/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/HTG over 30D: show the values
| Point | FJD/HTG |
|---|---|
| 2026-08-26 | 59.2306 |
| 2026-08-27 | 59.4147 |
| 2026-08-28 | 59.1852 |
| 2026-08-29 | 59.4603 |
| 2026-08-30 | 59.2545 |
| 2026-08-31 | 59.4312 |
| 2026-09-01 | 59.0325 |
| 2026-09-02 | 59.0642 |
| 2026-09-03 | 59.0546 |
| 2026-09-04 | 59.0795 |
| 2026-09-05 | 59.3645 |
| 2026-09-06 | 59.2413 |
| 2026-09-07 | 59.2294 |
| 2026-09-08 | 59.2271 |
| 2026-09-09 | 59.1589 |
| 2026-09-10 | 59.1058 |
| 2026-09-11 | 58.9980 |
| 2026-09-12 | 59.0370 |
| 2026-09-13 | 59.6593 |
| 2026-09-14 | 59.0526 |
| 2026-09-15 | 59.0035 |
| 2026-09-16 | 58.8738 |
| 2026-09-17 | 59.0225 |
| 2026-09-18 | 58.7083 |
| 2026-09-19 | 59.0018 |
| 2026-09-20 | 59.1837 |
| 2026-09-21 | 58.6461 |
| 2026-09-22 | 58.5886 |
| 2026-09-23 | 58.7581 |
| 2026-09-24 | 58.4718 |
| 2026-09-25 | 58.2819 |
High
59.6593
Low
58.2796
Average
59.0344
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/HTG API questions
How do I get the FJD/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/HTG rate in rates.HTG.
How far back does FJD/HTG historical data go?
Daily FJD/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 FJD/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.