Skip to content

FJD to THB exchange rate API

Fiji Dollar to Baht · quoted 2026-09-25

14.8519

▲ +4.15% over 1Y

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 year, FJD/THB traded between 13.6816 and 15.1220, averaged 14.4831 and rose 4.15%. 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 1Y

FJD/THB over 1Y: show the values
PointFJD/THB
2025-09-2514.2599
2025-10-0214.2609
2025-10-0914.3288
2025-10-1614.2378
2025-10-2314.2972
2025-10-3014.2387
2025-11-0614.1024
2025-11-1314.1108
2025-11-2014.0781
2025-11-2714.0679
2025-12-0414.0634
2025-12-1113.9491
2025-12-1813.7822
2025-12-2513.6816
2026-01-0113.8519
2026-01-0813.8855
2026-01-1513.7865
2026-01-2213.8493
2026-01-2914.0880
2026-02-0514.3160
2026-02-1214.0877
2026-02-1914.1525
2026-02-2614.1030
2026-03-0514.3099
2026-03-1214.4594
2026-03-1914.8748
2026-03-2614.7880
2026-04-0214.6160
2026-04-0914.4015
2026-04-1614.4793
2026-04-2314.6548
2026-04-3014.7728
2026-05-0714.6393
2026-05-1414.7397
2026-05-2114.7994
2026-05-2814.8677
2026-06-0414.7926
2026-06-1114.7743
2026-06-1814.7029
2026-06-2514.8844
2026-07-0214.8456
2026-07-0914.9066
2026-07-1615.0275
2026-07-2315.1220
2026-07-3015.0218
2026-08-0614.8552
2026-08-1314.8895
2026-08-2014.8708
2026-08-2714.8792
2026-09-0314.8928
2026-09-1014.9132
2026-09-1714.9259
2026-09-2414.9505

High

15.1220

Low

13.6816

Average

14.4831

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.