THB to FJD exchange rate API
Baht to Fiji Dollar · quoted 2026-09-25
0.06736
▲ +3.52% over 5Y
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 last 5 years, THB/FJD traded between 0.06507 and 0.07219, averaged 0.06858 and rose 3.52%. 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 5Y: show the values
| Point | THB/FJD |
|---|---|
| 2024-08-24 | 0.06507 |
| 2024-10-05 | 0.06652 |
| 2024-11-04 | 0.06700 |
| 2024-12-04 | 0.06621 |
| 2025-01-03 | 0.06808 |
| 2025-02-02 | 0.06862 |
| 2025-03-04 | 0.06937 |
| 2025-04-04 | 0.06777 |
| 2025-05-04 | 0.06892 |
| 2025-06-04 | 0.06894 |
| 2025-07-04 | 0.06950 |
| 2025-08-03 | 0.07013 |
| 2025-09-02 | 0.06971 |
| 2025-10-03 | 0.06991 |
| 2025-11-02 | 0.07086 |
| 2025-12-02 | 0.07146 |
| 2026-01-01 | 0.07219 |
| 2026-01-31 | 0.06989 |
| 2026-03-02 | 0.07046 |
| 2026-04-01 | 0.06888 |
| 2026-05-01 | 0.06758 |
| 2026-05-31 | 0.06804 |
| 2026-06-30 | 0.06771 |
| 2026-07-30 | 0.06657 |
| 2026-08-29 | 0.06633 |
High
0.07219
Low
0.06507
Average
0.06858
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=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¤cies=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.