Skip to content

CAD to BTN exchange rate API

Canadian Dollar to Ngultrum · quoted 2026-09-25

67.8536

▲ +3.46% over YTD

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 year to date, CAD/BTN traded between 65.0349 and 69.9904, averaged 67.7555 and rose 3.46%. 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 YTD

CAD/BTN over YTD: show the values
PointCAD/BTN
2025-12-3165.5830
2026-01-0765.2859
2026-01-1465.0349
2026-01-2166.0408
2026-01-2867.4828
2026-02-0466.2070
2026-02-1166.8611
2026-02-1866.4154
2026-02-2566.3856
2026-03-0467.4364
2026-03-1167.5959
2026-03-1867.3424
2026-03-2568.1229
2026-04-0167.3640
2026-04-0866.6990
2026-04-1567.5666
2026-04-2268.3768
2026-04-2969.0878
2026-05-0669.8661
2026-05-1469.7391
2026-05-2169.9904
2026-05-2969.2390
2026-06-0568.9243
2026-06-1468.1078
2026-06-2166.6655
2026-06-2866.6068
2026-07-0567.1787
2026-07-1267.4187
2026-07-1968.7501
2026-07-2668.5096
2026-08-0268.1186
2026-08-0968.2792
2026-08-1668.8686
2026-08-2469.1016
2026-08-3168.7289
2026-09-0768.3477
2026-09-1468.8940
2026-09-2168.3865

High

69.9904

Low

65.0349

Average

67.7555

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.