Skip to content

INR to BTN exchange rate API

Indian Rupee to Ngultrum · quoted 2026-09-24

0.99559

▼ +0.78% over 30D

1 INR = 0.99559 BTN · 1 BTN = 1.0044 INR · Get this rate via the API

1 INR buys 0.99559 BTN as of 2026-09-24, so 1 BTN buys 1.0044 INR. Over the last 30 days, INR/BTN traded between 0.99559 and 1.0034, averaged 0.99948 and fell 0.78%. 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 30D

INR/BTN over 30D: show the values
PointINR/BTN
2026-08-251.00343
2026-08-260.99848
2026-08-271.00013
2026-08-281.00029
2026-08-291.00000
2026-08-300.99823
2026-08-311.00277
2026-09-010.99955
2026-09-020.99970
2026-09-030.99908
2026-09-040.99984
2026-09-051.00000
2026-09-060.99875
2026-09-070.99963
2026-09-080.99825
2026-09-090.99845
2026-09-100.99820
2026-09-111.00179
2026-09-121.00000
2026-09-130.99807
2026-09-141.00124
2026-09-150.99873
2026-09-160.99924
2026-09-170.99911
2026-09-180.99993
2026-09-191.00000
2026-09-200.99875
2026-09-210.99948
2026-09-221.00168
2026-09-230.99885
2026-09-240.99621

High

1.0034

Low

0.99559

Average

0.99948

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.