Skip to content

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

FJD/HTG over 1Y: show the values
PointFJD/HTG
2025-09-2558.2615
2025-10-0257.7349
2025-10-0957.5576
2025-10-1657.4736
2025-10-2357.0095
2025-10-3057.4237
2025-11-0657.3063
2025-11-1357.2175
2025-11-2056.8591
2025-11-2757.1473
2025-12-0457.5086
2025-12-1257.5815
2025-12-1957.4004
2025-12-2657.6140
2026-01-0257.6746
2026-01-0957.5953
2026-01-1657.7746
2026-01-2358.0330
2026-01-3059.5152
2026-02-0659.0809
2026-02-1359.5361
2026-02-2059.7138
2026-02-2759.6397
2026-03-0658.9926
2026-03-1359.5935
2026-03-2059.4793
2026-03-2758.5875
2026-04-0358.1711
2026-04-1058.9350
2026-04-1759.1166
2026-04-2459.1585
2026-05-0159.6376
2026-05-0859.8600
2026-05-1659.4413
2026-05-2459.4540
2026-05-3159.3138
2026-06-0958.9469
2026-06-1659.1599
2026-06-2358.5022
2026-06-3058.0234
2026-07-0758.1589
2026-07-1458.9330
2026-07-2158.6970
2026-07-2858.5515
2026-08-0458.9979
2026-08-1158.8678
2026-08-1859.0140
2026-08-2659.2306
2026-09-0259.0642
2026-09-0959.1589
2026-09-1658.8738
2026-09-2358.7581

High

59.8600

Low

56.8591

Average

58.5211

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.