Skip to content

CAD to BTN exchange rate API

Canadian Dollar to Ngultrum · quoted 2026-09-25

67.8536

▲ +6.24% over 1Y

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 year, CAD/BTN traded between 62.3777 and 69.8715, averaged 66.6542 and rose 6.24%. 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 1Y

CAD/BTN over 1Y: show the values
PointCAD/BTN
2025-09-2563.8682
2025-10-0263.6084
2025-10-0963.6116
2025-10-1662.3777
2025-10-2362.7459
2025-10-3063.0818
2025-11-0662.8830
2025-11-1363.2834
2025-11-2062.9265
2025-11-2763.4847
2025-12-0464.5637
2025-12-1265.6155
2025-12-1965.4200
2025-12-2665.8390
2026-01-0265.4855
2026-01-0964.7417
2026-01-1665.0297
2026-01-2366.5461
2026-01-3067.9714
2026-02-0666.1034
2026-02-1366.5182
2026-02-2066.4774
2026-02-2766.5465
2026-03-0667.1075
2026-03-1367.3462
2026-03-2067.7572
2026-03-2767.8838
2026-04-0366.4893
2026-04-1066.9151
2026-04-1768.2446
2026-04-2468.7403
2026-05-0169.8715
2026-05-0869.2389
2026-05-1669.8130
2026-05-2469.2774
2026-05-3168.8384
2026-06-0968.6995
2026-06-1667.5017
2026-06-2366.7428
2026-06-3066.4283
2026-07-0767.0591
2026-07-1467.9092
2026-07-2168.5300
2026-07-2867.8721
2026-08-0467.8529
2026-08-1168.4551
2026-08-1868.9615
2026-08-2668.7303
2026-09-0268.1861
2026-09-0968.9714
2026-09-1668.7911
2026-09-2367.8762

High

69.8715

Low

62.3777

Average

66.6542

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.