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: show the values
| Point | FJD/THB |
|---|---|
| 2025-12-31 | 13.9386 |
| 2026-01-07 | 13.7997 |
| 2026-01-14 | 13.8085 |
| 2026-01-21 | 13.7046 |
| 2026-01-28 | 14.0264 |
| 2026-02-04 | 14.2920 |
| 2026-02-11 | 14.1169 |
| 2026-02-18 | 14.1662 |
| 2026-02-25 | 14.0958 |
| 2026-03-04 | 14.2277 |
| 2026-03-11 | 14.3914 |
| 2026-03-18 | 14.7557 |
| 2026-03-25 | 14.6027 |
| 2026-04-01 | 14.5175 |
| 2026-04-08 | 14.2381 |
| 2026-04-15 | 14.5225 |
| 2026-04-22 | 14.5982 |
| 2026-04-29 | 14.8029 |
| 2026-05-06 | 14.6409 |
| 2026-05-13 | 14.7241 |
| 2026-05-20 | 14.8001 |
| 2026-05-27 | 14.8208 |
| 2026-06-03 | 14.8468 |
| 2026-06-10 | 14.8577 |
| 2026-06-17 | 14.6833 |
| 2026-06-24 | 14.9163 |
| 2026-07-01 | 14.8894 |
| 2026-07-08 | 14.8882 |
| 2026-07-15 | 15.0314 |
| 2026-07-22 | 15.1343 |
| 2026-07-29 | 14.9633 |
| 2026-08-05 | 14.9146 |
| 2026-08-12 | 14.8772 |
| 2026-08-19 | 14.8873 |
| 2026-08-26 | 14.8352 |
| 2026-09-02 | 14.9846 |
| 2026-09-09 | 14.8821 |
| 2026-09-16 | 14.9795 |
| 2026-09-23 | 14.9213 |
High
15.1343
Low
13.7046
Average
14.5984
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.