THB to DJF exchange rate API
Baht to Djibouti Franc · quoted 2026-09-26
5.3313
▼ +3.61% over 1Y
1 THB = 5.3313 DJF · 1 DJF = 0.18757 THB · Get this rate via the API
1 THB buys 5.3313 DJF as of 2026-09-26, so 1 DJF buys 0.18757 THB. Over the last year, THB/DJF traded between 5.2718 and 5.7410, averaged 5.4942 and fell 3.61%. The API holds daily THB/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
THB/DJF over 1Y: show the values
| Point | THB/DJF |
|---|---|
| 2025-09-26 | 5.5310 |
| 2025-10-03 | 5.4905 |
| 2025-10-10 | 5.4516 |
| 2025-10-17 | 5.4291 |
| 2025-10-24 | 5.4343 |
| 2025-10-31 | 5.5166 |
| 2025-11-07 | 5.5050 |
| 2025-11-14 | 5.4925 |
| 2025-11-21 | 5.4830 |
| 2025-11-28 | 5.5294 |
| 2025-12-05 | 5.5887 |
| 2025-12-13 | 5.6570 |
| 2025-12-20 | 5.6594 |
| 2025-12-27 | 5.7365 |
| 2026-01-03 | 5.6548 |
| 2026-01-10 | 5.6759 |
| 2026-01-17 | 5.6677 |
| 2026-01-24 | 5.7262 |
| 2026-01-31 | 5.6822 |
| 2026-02-07 | 5.6506 |
| 2026-02-14 | 5.7316 |
| 2026-02-21 | 5.7316 |
| 2026-02-28 | 5.7410 |
| 2026-03-07 | 5.5874 |
| 2026-03-14 | 5.5022 |
| 2026-03-21 | 5.4144 |
| 2026-03-28 | 5.4084 |
| 2026-04-04 | 5.4554 |
| 2026-04-11 | 5.5358 |
| 2026-04-18 | 5.5436 |
| 2026-04-25 | 5.4983 |
| 2026-05-02 | 5.4677 |
| 2026-05-09 | 5.5187 |
| 2026-05-17 | 5.4694 |
| 2026-05-25 | 5.4795 |
| 2026-06-01 | 5.4656 |
| 2026-06-10 | 5.4070 |
| 2026-06-17 | 5.4459 |
| 2026-06-24 | 5.3208 |
| 2026-07-01 | 5.3320 |
| 2026-07-08 | 5.3188 |
| 2026-07-15 | 5.2955 |
| 2026-07-22 | 5.2718 |
| 2026-07-29 | 5.3045 |
| 2026-08-05 | 5.3691 |
| 2026-08-12 | 5.3854 |
| 2026-08-20 | 5.3961 |
| 2026-08-27 | 5.4218 |
| 2026-09-03 | 5.3958 |
| 2026-09-10 | 5.3929 |
| 2026-09-17 | 5.3691 |
| 2026-09-24 | 5.3246 |
High
5.7410
Low
5.2718
Average
5.4942
Get this rate via the API
One GET request returns the THB/DJF 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=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
THB/DJF API questions
How do I get the THB/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/DJF rate in rates.DJF.
How far back does THB/DJF historical data go?
Daily THB/DJF 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/DJF 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.