Skip to content

FJD to THB exchange rate API

Fiji Dollar to Baht · quoted 2026-09-25

14.8519

▲ +6.55% over YTD

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 year to date, FJD/THB traded between 13.7046 and 15.1343, averaged 14.5984 and rose 6.55%. 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 YTD

FJD/THB over YTD: show the values
PointFJD/THB
2025-12-3113.9386
2026-01-0713.7997
2026-01-1413.8085
2026-01-2113.7046
2026-01-2814.0264
2026-02-0414.2920
2026-02-1114.1169
2026-02-1814.1662
2026-02-2514.0958
2026-03-0414.2277
2026-03-1114.3914
2026-03-1814.7557
2026-03-2514.6027
2026-04-0114.5175
2026-04-0814.2381
2026-04-1514.5225
2026-04-2214.5982
2026-04-2914.8029
2026-05-0614.6409
2026-05-1314.7241
2026-05-2014.8001
2026-05-2714.8208
2026-06-0314.8468
2026-06-1014.8577
2026-06-1714.6833
2026-06-2414.9163
2026-07-0114.8894
2026-07-0814.8882
2026-07-1515.0314
2026-07-2215.1343
2026-07-2914.9633
2026-08-0514.9146
2026-08-1214.8772
2026-08-1914.8873
2026-08-2614.8352
2026-09-0214.9846
2026-09-0914.8821
2026-09-1614.9795
2026-09-2314.9213

High

15.1343

Low

13.7046

Average

14.5984

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.