Skip to content

FJD to HTG exchange rate API

Fiji Dollar to Gourde · quoted 2026-09-25

58.2796

▲ +0.89% over YTD

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 year to date, FJD/HTG traded between 57.6889 and 59.7305, averaged 58.9142 and rose 0.89%. 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 YTD

FJD/HTG over YTD: show the values
PointFJD/HTG
2025-12-3157.7639
2026-01-0757.6889
2026-01-1457.7396
2026-01-2157.7803
2026-01-2859.4204
2026-02-0459.1491
2026-02-1159.5909
2026-02-1859.3719
2026-02-2559.7305
2026-03-0459.3204
2026-03-1159.5882
2026-03-1859.1729
2026-03-2558.7926
2026-04-0158.6184
2026-04-0858.4274
2026-04-1559.3067
2026-04-2259.4348
2026-04-2959.3699
2026-05-0659.4113
2026-05-1459.5681
2026-05-2159.2852
2026-05-2959.1706
2026-06-0559.3903
2026-06-1458.6496
2026-06-2158.5067
2026-06-2857.7967
2026-07-0558.2072
2026-07-1258.4600
2026-07-1958.4683
2026-07-2658.6418
2026-08-0259.4063
2026-08-0959.0472
2026-08-1659.2463
2026-08-2459.4926
2026-08-3159.4312
2026-09-0759.2294
2026-09-1459.0526
2026-09-2158.6461

High

59.7305

Low

57.6889

Average

58.9142

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.