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: show the values
| Point | INR/BTN |
|---|---|
| 2026-08-25 | 1.00343 |
| 2026-08-26 | 0.99848 |
| 2026-08-27 | 1.00013 |
| 2026-08-28 | 1.00029 |
| 2026-08-29 | 1.00000 |
| 2026-08-30 | 0.99823 |
| 2026-08-31 | 1.00277 |
| 2026-09-01 | 0.99955 |
| 2026-09-02 | 0.99970 |
| 2026-09-03 | 0.99908 |
| 2026-09-04 | 0.99984 |
| 2026-09-05 | 1.00000 |
| 2026-09-06 | 0.99875 |
| 2026-09-07 | 0.99963 |
| 2026-09-08 | 0.99825 |
| 2026-09-09 | 0.99845 |
| 2026-09-10 | 0.99820 |
| 2026-09-11 | 1.00179 |
| 2026-09-12 | 1.00000 |
| 2026-09-13 | 0.99807 |
| 2026-09-14 | 1.00124 |
| 2026-09-15 | 0.99873 |
| 2026-09-16 | 0.99924 |
| 2026-09-17 | 0.99911 |
| 2026-09-18 | 0.99993 |
| 2026-09-19 | 1.00000 |
| 2026-09-20 | 0.99875 |
| 2026-09-21 | 0.99948 |
| 2026-09-22 | 1.00168 |
| 2026-09-23 | 0.99885 |
| 2026-09-24 | 0.99621 |
High
1.0034
Low
0.99559
Average
0.99948
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.