FJD to HTG exchange rate API
Fiji Dollar to Gourde · quoted 2026-09-25
58.2796
▲ +0.03% over 1Y
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 year, FJD/HTG traded between 56.8591 and 59.8600, averaged 58.5211 and rose 0.03%. 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 1Y: show the values
| Point | FJD/HTG |
|---|---|
| 2025-09-25 | 58.2615 |
| 2025-10-02 | 57.7349 |
| 2025-10-09 | 57.5576 |
| 2025-10-16 | 57.4736 |
| 2025-10-23 | 57.0095 |
| 2025-10-30 | 57.4237 |
| 2025-11-06 | 57.3063 |
| 2025-11-13 | 57.2175 |
| 2025-11-20 | 56.8591 |
| 2025-11-27 | 57.1473 |
| 2025-12-04 | 57.5086 |
| 2025-12-12 | 57.5815 |
| 2025-12-19 | 57.4004 |
| 2025-12-26 | 57.6140 |
| 2026-01-02 | 57.6746 |
| 2026-01-09 | 57.5953 |
| 2026-01-16 | 57.7746 |
| 2026-01-23 | 58.0330 |
| 2026-01-30 | 59.5152 |
| 2026-02-06 | 59.0809 |
| 2026-02-13 | 59.5361 |
| 2026-02-20 | 59.7138 |
| 2026-02-27 | 59.6397 |
| 2026-03-06 | 58.9926 |
| 2026-03-13 | 59.5935 |
| 2026-03-20 | 59.4793 |
| 2026-03-27 | 58.5875 |
| 2026-04-03 | 58.1711 |
| 2026-04-10 | 58.9350 |
| 2026-04-17 | 59.1166 |
| 2026-04-24 | 59.1585 |
| 2026-05-01 | 59.6376 |
| 2026-05-08 | 59.8600 |
| 2026-05-16 | 59.4413 |
| 2026-05-24 | 59.4540 |
| 2026-05-31 | 59.3138 |
| 2026-06-09 | 58.9469 |
| 2026-06-16 | 59.1599 |
| 2026-06-23 | 58.5022 |
| 2026-06-30 | 58.0234 |
| 2026-07-07 | 58.1589 |
| 2026-07-14 | 58.9330 |
| 2026-07-21 | 58.6970 |
| 2026-07-28 | 58.5515 |
| 2026-08-04 | 58.9979 |
| 2026-08-11 | 58.8678 |
| 2026-08-18 | 59.0140 |
| 2026-08-26 | 59.2306 |
| 2026-09-02 | 59.0642 |
| 2026-09-09 | 59.1589 |
| 2026-09-16 | 58.8738 |
| 2026-09-23 | 58.7581 |
High
59.8600
Low
56.8591
Average
58.5211
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.