Skip to content

INR to BTN exchange rate API

Indian Rupee to Ngultrum · quoted 2026-09-24

0.99544

▼ +0.53% over 1Y

1 INR = 0.99544 BTN · 1 BTN = 1.0046 INR · Get this rate via the API

1 INR buys 0.99544 BTN as of 2026-09-24, so 1 BTN buys 1.0046 INR. Over the last year, INR/BTN traded between 0.99387 and 1.0078, averaged 0.99974 and fell 0.53%. The API holds daily INR/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/BTN over 1Y

INR/BTN over 1Y: show the values
PointINR/BTN
2025-09-241.00074
2025-10-011.00115
2025-10-081.00013
2025-10-151.00785
2025-10-220.99387
2025-10-290.99994
2025-11-051.00097
2025-11-120.99983
2025-11-191.00080
2025-11-260.99987
2025-12-030.99716
2025-12-110.99978
2025-12-181.00157
2025-12-251.00000
2026-01-011.00000
2026-01-081.00002
2026-01-150.99950
2026-01-220.99915
2026-01-291.00098
2026-02-051.00167
2026-02-121.00266
2026-02-190.99518
2026-02-260.99955
2026-03-051.00547
2026-03-120.99998
2026-03-190.99691
2026-03-260.99846
2026-04-020.99859
2026-04-090.99569
2026-04-160.99908
2026-04-230.99955
2026-04-300.99908
2026-05-071.00411
2026-05-150.99860
2026-05-231.00000
2026-05-301.00000
2026-06-061.00000
2026-06-150.99846
2026-06-220.99713
2026-06-290.99805
2026-07-060.99865
2026-07-131.00029
2026-07-200.99966
2026-07-271.00289
2026-08-030.99818
2026-08-100.99830
2026-08-170.99970
2026-08-251.00343
2026-09-010.99955
2026-09-080.99825
2026-09-150.99873
2026-09-221.00168

High

1.0078

Low

0.99387

Average

0.99974

For developers

Get this rate via the API

One GET request returns the INR/BTN 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=BTN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BTN");
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=BTN").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/BTN API questions

How do I get the INR/BTN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BTN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/BTN rate in rates.BTN.

How far back does INR/BTN historical data go?

Daily INR/BTN 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 INR/BTN 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.