Skip to content

CAD to BTN exchange rate API

Canadian Dollar to Ngultrum · quoted 2026-09-25

67.8536

▼ +0.65% over 6M

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 6 months, CAD/BTN traded between 66.2327 and 69.9367, averaged 68.2420 and fell 0.65%. 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 6M

CAD/BTN over 6M: show the values
PointCAD/BTN
2026-03-2968.2969
2026-04-0566.6105
2026-04-1266.8732
2026-04-1967.7626
2026-04-2668.7534
2026-05-0369.7987
2026-05-1068.8336
2026-05-1869.9367
2026-05-2669.0556
2026-06-0268.7588
2026-06-1168.4207
2026-06-1866.8557
2026-06-2566.2327
2026-07-0267.0697
2026-07-0967.4006
2026-07-1668.6995
2026-07-2368.5791
2026-07-3068.1004
2026-08-0667.9175
2026-08-1368.3761
2026-08-2169.6782
2026-08-2868.8723
2026-09-0468.4616
2026-09-1169.0775
2026-09-1868.4278
2026-09-2567.8315

High

69.9367

Low

66.2327

Average

68.2420

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.