Skip to content

FJD to THB exchange rate API

Fiji Dollar to Baht · quoted 2026-09-25

14.8519

▲ +1.73% over 6M

1 FJD = 14.8519 THB · 1 THB = 0.06733 FJD · Get this rate via the API

1 FJD buys 14.8519 THB as of 2026-09-25, so 1 THB buys 0.06733 FJD. Over the last 6 months, FJD/THB traded between 14.4142 and 15.0667, averaged 14.7582 and rose 1.73%. The API holds daily FJD/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/THB over 6M

FJD/THB over 6M: show the values
PointFJD/THB
2026-03-2914.5997
2026-04-0514.5594
2026-04-1214.4724
2026-04-1914.4142
2026-04-2614.5905
2026-05-0314.7299
2026-05-1014.6572
2026-05-1714.7424
2026-05-2414.6962
2026-05-3114.6967
2026-06-0714.6280
2026-06-1414.6278
2026-06-2114.6543
2026-06-2814.7240
2026-07-0514.6915
2026-07-1214.8033
2026-07-1914.9784
2026-07-2615.0089
2026-08-0215.0667
2026-08-0914.8494
2026-08-1614.9089
2026-08-2314.7843
2026-08-3014.9623
2026-09-0614.8586
2026-09-1314.8907
2026-09-2015.0248

High

15.0667

Low

14.4142

Average

14.7582

For developers

Get this rate via the API

One GET request returns the FJD/THB 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=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=THB");
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=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/THB API questions

How do I get the FJD/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/THB rate in rates.THB.

How far back does FJD/THB historical data go?

Daily FJD/THB 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/THB 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.