Skip to content

FJD to HTG exchange rate API

Fiji Dollar to Gourde · quoted 2026-09-25

58.2796

▼ +0.73% over 7D

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 7 days, FJD/HTG traded between 58.2796 and 59.1837, averaged 58.6578 and fell 0.73%. 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 7D

FJD/HTG over 7D: show the values
PointFJD/HTG
2026-09-1858.7083
2026-09-1959.0018
2026-09-2059.1837
2026-09-2158.6461
2026-09-2258.5886
2026-09-2358.7581
2026-09-2458.4718
2026-09-2558.2819

High

59.1837

Low

58.2796

Average

58.6578

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.