Skip to content

FJD to THB exchange rate API

Fiji Dollar to Baht · quoted 2026-09-25

14.8519

▲ +0.11% over 30D

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 30 days, FJD/THB traded between 14.8352 and 15.0769, averaged 14.9367 and rose 0.11%. 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 30D

FJD/THB over 30D: show the values
PointFJD/THB
2026-08-2614.8352
2026-08-2714.8792
2026-08-2814.9260
2026-08-2915.0769
2026-08-3014.9623
2026-08-3114.9865
2026-09-0115.0300
2026-09-0214.9846
2026-09-0314.8928
2026-09-0414.8978
2026-09-0514.9419
2026-09-0614.8586
2026-09-0714.8951
2026-09-0814.9098
2026-09-0914.8821
2026-09-1014.9132
2026-09-1114.9105
2026-09-1214.9458
2026-09-1314.8907
2026-09-1415.0101
2026-09-1515.0121
2026-09-1614.9795
2026-09-1714.9259
2026-09-1814.9849
2026-09-1915.0387
2026-09-2015.0248
2026-09-2114.9269
2026-09-2214.8418
2026-09-2314.9213
2026-09-2414.9505
2026-09-2514.8866

High

15.0769

Low

14.8352

Average

14.9367

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.