Skip to content

BTN to EUR exchange rate API

Ngultrum to Euro · quoted 2026-09-26

0.009171

▼ +4.83% over 1Y

1 BTN = 0.009171 EUR · 1 EUR = 109.0394 BTN · Get this rate via the API

1 BTN buys 0.009171 EUR as of 2026-09-26, so 1 EUR buys 109.0394 BTN. Over the last year, BTN/EUR traded between 0.008928 and 0.009795, averaged 0.009304 and fell 4.83%. The API holds daily BTN/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BTN/EUR over 1Y

BTN/EUR over 1Y: show the values
PointBTN/EUR
2025-09-270.009636
2025-10-040.009598
2025-10-110.009709
2025-10-180.009743
2025-10-250.009795
2025-11-010.009756
2025-11-080.009751
2025-11-150.009705
2025-11-220.009691
2025-11-290.009654
2025-12-060.009546
2025-12-140.009401
2025-12-210.009527
2025-12-280.009459
2026-01-040.009476
2026-01-110.009519
2026-01-180.009512
2026-01-250.009203
2026-02-010.009204
2026-02-080.009347
2026-02-150.009302
2026-02-220.009344
2026-03-010.009313
2026-03-080.009399
2026-03-150.009449
2026-03-220.009220
2026-03-290.009158
2026-04-050.009346
2026-04-120.009224
2026-04-190.009149
2026-04-260.009076
2026-05-030.008981
2026-05-100.009014
2026-05-180.008933
2026-05-260.009011
2026-06-020.009022
2026-06-110.009062
2026-06-180.009239
2026-06-250.009348
2026-07-020.009201
2026-07-090.009157
2026-07-160.009051
2026-07-230.009094
2026-07-300.009109
2026-08-060.009113
2026-08-130.009090
2026-08-210.008928
2026-08-280.009001
2026-09-040.009107
2026-09-110.009011
2026-09-180.009101
2026-09-250.009141

High

0.009795

Low

0.008928

Average

0.009304

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BTN/EUR API questions

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

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

How far back does BTN/EUR historical data go?

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