Skip to content

CAD to BTN exchange rate API

Canadian Dollar to Ngultrum · quoted 2026-09-25

67.8536

▼ +1.28% over 30D

1 CAD = 67.8536 BTN · 1 BTN = 0.01474 CAD · Get this rate via the API

1 CAD buys 67.8536 BTN as of 2026-09-25, so 1 BTN buys 0.01474 CAD. Over the last 30 days, CAD/BTN traded between 67.8315 and 69.0775, averaged 68.5311 and fell 1.28%. The API holds daily CAD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/BTN over 30D

CAD/BTN over 30D: show the values
PointCAD/BTN
2026-08-2668.7303
2026-08-2768.8945
2026-08-2868.8723
2026-08-2968.6901
2026-08-3068.6125
2026-08-3168.7289
2026-09-0168.3394
2026-09-0268.1861
2026-09-0368.4493
2026-09-0468.4616
2026-09-0568.2593
2026-09-0668.3065
2026-09-0768.3477
2026-09-0868.5701
2026-09-0968.9714
2026-09-1068.9542
2026-09-1169.0775
2026-09-1268.9234
2026-09-1368.9051
2026-09-1468.8940
2026-09-1568.8504
2026-09-1668.7911
2026-09-1768.4897
2026-09-1868.4278
2026-09-1968.6548
2026-09-2068.5856
2026-09-2168.3865
2026-09-2268.1812
2026-09-2367.8762
2026-09-2467.8934
2026-09-2567.8315

High

69.0775

Low

67.8315

Average

68.5311

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/BTN API questions

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

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

How far back does CAD/BTN historical data go?

Daily CAD/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 CAD/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.