INR to THB exchange rate API
Indian Rupee to Baht · quoted 2026-09-25
0.34793
▼ +4.13% over 1Y
1 INR = 0.34793 THB · 1 THB = 2.8742 INR · Get this rate via the API
1 INR buys 0.34793 THB as of 2026-09-25, so 1 THB buys 2.8742 INR. Over the last year, INR/THB traded between 0.33743 and 0.37352, averaged 0.35015 and fell 4.13%. The API holds daily INR/THB rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
INR/THB over 1Y: show the values
| Point | INR/THB |
|---|---|
| 2025-09-25 | 0.36290 |
| 2025-10-02 | 0.36418 |
| 2025-10-09 | 0.36679 |
| 2025-10-16 | 0.37008 |
| 2025-10-23 | 0.37352 |
| 2025-10-30 | 0.36599 |
| 2025-11-06 | 0.36523 |
| 2025-11-13 | 0.36431 |
| 2025-11-20 | 0.36550 |
| 2025-11-27 | 0.36045 |
| 2025-12-04 | 0.35668 |
| 2025-12-11 | 0.35147 |
| 2025-12-18 | 0.34848 |
| 2025-12-25 | 0.34613 |
| 2026-01-01 | 0.35042 |
| 2026-01-08 | 0.35074 |
| 2026-01-15 | 0.34768 |
| 2026-01-22 | 0.34207 |
| 2026-01-29 | 0.33943 |
| 2026-02-05 | 0.35185 |
| 2026-02-12 | 0.34220 |
| 2026-02-19 | 0.34261 |
| 2026-02-26 | 0.34159 |
| 2026-03-05 | 0.34550 |
| 2026-03-12 | 0.34633 |
| 2026-03-19 | 0.35288 |
| 2026-03-26 | 0.34955 |
| 2026-04-02 | 0.35193 |
| 2026-04-09 | 0.34637 |
| 2026-04-16 | 0.34303 |
| 2026-04-23 | 0.34380 |
| 2026-04-30 | 0.34288 |
| 2026-05-07 | 0.34105 |
| 2026-05-14 | 0.33743 |
| 2026-05-21 | 0.33974 |
| 2026-05-28 | 0.34171 |
| 2026-06-04 | 0.34037 |
| 2026-06-11 | 0.34407 |
| 2026-06-18 | 0.34760 |
| 2026-06-25 | 0.35383 |
| 2026-07-02 | 0.34923 |
| 2026-07-09 | 0.35062 |
| 2026-07-16 | 0.34835 |
| 2026-07-23 | 0.35022 |
| 2026-07-30 | 0.35058 |
| 2026-08-06 | 0.34723 |
| 2026-08-13 | 0.34712 |
| 2026-08-20 | 0.34390 |
| 2026-08-27 | 0.34389 |
| 2026-09-03 | 0.34908 |
| 2026-09-10 | 0.34571 |
| 2026-09-17 | 0.34714 |
| 2026-09-24 | 0.34890 |
High
0.37352
Low
0.33743
Average
0.35015
Get this rate via the API
One GET request returns the INR/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=INR¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/THB API questions
How do I get the INR/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/THB rate in rates.THB.
How far back does INR/THB historical data go?
Daily INR/THB rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free INR/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.