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: show the values
| Point | FJD/THB |
|---|---|
| 2025-09-25 | 14.2599 |
| 2025-10-02 | 14.2609 |
| 2025-10-09 | 14.3288 |
| 2025-10-16 | 14.2378 |
| 2025-10-23 | 14.2972 |
| 2025-10-30 | 14.2387 |
| 2025-11-06 | 14.1024 |
| 2025-11-13 | 14.1108 |
| 2025-11-20 | 14.0781 |
| 2025-11-27 | 14.0679 |
| 2025-12-04 | 14.0634 |
| 2025-12-11 | 13.9491 |
| 2025-12-18 | 13.7822 |
| 2025-12-25 | 13.6816 |
| 2026-01-01 | 13.8519 |
| 2026-01-08 | 13.8855 |
| 2026-01-15 | 13.7865 |
| 2026-01-22 | 13.8493 |
| 2026-01-29 | 14.0880 |
| 2026-02-05 | 14.3160 |
| 2026-02-12 | 14.0877 |
| 2026-02-19 | 14.1525 |
| 2026-02-26 | 14.1030 |
| 2026-03-05 | 14.3099 |
| 2026-03-12 | 14.4594 |
| 2026-03-19 | 14.8748 |
| 2026-03-26 | 14.7880 |
| 2026-04-02 | 14.6160 |
| 2026-04-09 | 14.4015 |
| 2026-04-16 | 14.4793 |
| 2026-04-23 | 14.6548 |
| 2026-04-30 | 14.7728 |
| 2026-05-07 | 14.6393 |
| 2026-05-14 | 14.7397 |
| 2026-05-21 | 14.7994 |
| 2026-05-28 | 14.8677 |
| 2026-06-04 | 14.7926 |
| 2026-06-11 | 14.7743 |
| 2026-06-18 | 14.7029 |
| 2026-06-25 | 14.8844 |
| 2026-07-02 | 14.8456 |
| 2026-07-09 | 14.9066 |
| 2026-07-16 | 15.0275 |
| 2026-07-23 | 15.1220 |
| 2026-07-30 | 15.0218 |
| 2026-08-06 | 14.8552 |
| 2026-08-13 | 14.8895 |
| 2026-08-20 | 14.8708 |
| 2026-08-27 | 14.8792 |
| 2026-09-03 | 14.8928 |
| 2026-09-10 | 14.9132 |
| 2026-09-17 | 14.9259 |
| 2026-09-24 | 14.9505 |
High
15.1220
Low
13.6816
Average
14.4831
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.