Skip to content

THB to FJD exchange rate API

Baht to Fiji Dollar · quoted 2026-09-25

0.06736

▼ +6.11% over YTD

1 THB = 0.06736 FJD · 1 FJD = 14.8449 THB · Get this rate via the API

1 THB buys 0.06736 FJD as of 2026-09-25, so 1 FJD buys 14.8449 THB. Over the year to date, THB/FJD traded between 0.06607 and 0.07297, averaged 0.06855 and fell 6.11%. The API holds daily THB/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

THB/FJD over YTD

THB/FJD over YTD: show the values
PointTHB/FJD
2025-12-310.07174
2026-01-070.07247
2026-01-140.07242
2026-01-210.07297
2026-01-280.07129
2026-02-040.06997
2026-02-110.07084
2026-02-180.07059
2026-02-250.07094
2026-03-040.07029
2026-03-110.06949
2026-03-180.06777
2026-03-250.06848
2026-04-010.06888
2026-04-080.07023
2026-04-150.06886
2026-04-220.06850
2026-04-290.06755
2026-05-060.06830
2026-05-130.06792
2026-05-200.06757
2026-05-270.06747
2026-06-030.06735
2026-06-100.06731
2026-06-170.06810
2026-06-240.06704
2026-07-010.06716
2026-07-080.06717
2026-07-150.06653
2026-07-220.06607
2026-07-290.06683
2026-08-050.06705
2026-08-120.06722
2026-08-190.06717
2026-08-260.06741
2026-09-020.06674
2026-09-090.06719
2026-09-160.06676
2026-09-230.06702

High

0.07297

Low

0.06607

Average

0.06855

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

THB/FJD API questions

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

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

How far back does THB/FJD historical data go?

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