FJD to HTG exchange rate API
Fiji Dollar to Gourde · quoted 2026-09-25
58.2796
▼ +0.43% over 6M
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 6 months, FJD/HTG traded between 58.2353 and 59.4153, averaged 58.7969 and fell 0.43%. 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 6M: show the values
| Point | FJD/HTG |
|---|---|
| 2026-03-29 | 58.5331 |
| 2026-04-05 | 58.6269 |
| 2026-04-12 | 58.7819 |
| 2026-04-19 | 58.9940 |
| 2026-04-26 | 58.9221 |
| 2026-05-03 | 59.4153 |
| 2026-05-10 | 59.3651 |
| 2026-05-18 | 59.4049 |
| 2026-05-26 | 59.3766 |
| 2026-06-02 | 59.4097 |
| 2026-06-11 | 58.6783 |
| 2026-06-18 | 58.6386 |
| 2026-06-25 | 58.2353 |
| 2026-07-02 | 58.2813 |
| 2026-07-09 | 58.2507 |
| 2026-07-16 | 58.2373 |
| 2026-07-23 | 58.4125 |
| 2026-07-30 | 58.6190 |
| 2026-08-06 | 58.7870 |
| 2026-08-13 | 58.8690 |
| 2026-08-21 | 59.1437 |
| 2026-08-28 | 59.1852 |
| 2026-09-04 | 59.0795 |
| 2026-09-11 | 58.9980 |
| 2026-09-18 | 58.7083 |
| 2026-09-25 | 58.2819 |
High
59.4153
Low
58.2353
Average
58.7969
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.