Skip to content

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

INR/THB over 1Y: show the values
PointINR/THB
2025-09-250.36290
2025-10-020.36418
2025-10-090.36679
2025-10-160.37008
2025-10-230.37352
2025-10-300.36599
2025-11-060.36523
2025-11-130.36431
2025-11-200.36550
2025-11-270.36045
2025-12-040.35668
2025-12-110.35147
2025-12-180.34848
2025-12-250.34613
2026-01-010.35042
2026-01-080.35074
2026-01-150.34768
2026-01-220.34207
2026-01-290.33943
2026-02-050.35185
2026-02-120.34220
2026-02-190.34261
2026-02-260.34159
2026-03-050.34550
2026-03-120.34633
2026-03-190.35288
2026-03-260.34955
2026-04-020.35193
2026-04-090.34637
2026-04-160.34303
2026-04-230.34380
2026-04-300.34288
2026-05-070.34105
2026-05-140.33743
2026-05-210.33974
2026-05-280.34171
2026-06-040.34037
2026-06-110.34407
2026-06-180.34760
2026-06-250.35383
2026-07-020.34923
2026-07-090.35062
2026-07-160.34835
2026-07-230.35022
2026-07-300.35058
2026-08-060.34723
2026-08-130.34712
2026-08-200.34390
2026-08-270.34389
2026-09-030.34908
2026-09-100.34571
2026-09-170.34714
2026-09-240.34890

High

0.37352

Low

0.33743

Average

0.35015

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.