Skip to content

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

FJD/HTG over 6M: show the values
PointFJD/HTG
2026-03-2958.5331
2026-04-0558.6269
2026-04-1258.7819
2026-04-1958.9940
2026-04-2658.9221
2026-05-0359.4153
2026-05-1059.3651
2026-05-1859.4049
2026-05-2659.3766
2026-06-0259.4097
2026-06-1158.6783
2026-06-1858.6386
2026-06-2558.2353
2026-07-0258.2813
2026-07-0958.2507
2026-07-1658.2373
2026-07-2358.4125
2026-07-3058.6190
2026-08-0658.7870
2026-08-1358.8690
2026-08-2159.1437
2026-08-2859.1852
2026-09-0459.0795
2026-09-1158.9980
2026-09-1858.7083
2026-09-2558.2819

High

59.4153

Low

58.2353

Average

58.7969

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.