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: show the values
| Point | CAD/BTN |
|---|---|
| 2025-12-31 | 65.5830 |
| 2026-01-07 | 65.2859 |
| 2026-01-14 | 65.0349 |
| 2026-01-21 | 66.0408 |
| 2026-01-28 | 67.4828 |
| 2026-02-04 | 66.2070 |
| 2026-02-11 | 66.8611 |
| 2026-02-18 | 66.4154 |
| 2026-02-25 | 66.3856 |
| 2026-03-04 | 67.4364 |
| 2026-03-11 | 67.5959 |
| 2026-03-18 | 67.3424 |
| 2026-03-25 | 68.1229 |
| 2026-04-01 | 67.3640 |
| 2026-04-08 | 66.6990 |
| 2026-04-15 | 67.5666 |
| 2026-04-22 | 68.3768 |
| 2026-04-29 | 69.0878 |
| 2026-05-06 | 69.8661 |
| 2026-05-14 | 69.7391 |
| 2026-05-21 | 69.9904 |
| 2026-05-29 | 69.2390 |
| 2026-06-05 | 68.9243 |
| 2026-06-14 | 68.1078 |
| 2026-06-21 | 66.6655 |
| 2026-06-28 | 66.6068 |
| 2026-07-05 | 67.1787 |
| 2026-07-12 | 67.4187 |
| 2026-07-19 | 68.7501 |
| 2026-07-26 | 68.5096 |
| 2026-08-02 | 68.1186 |
| 2026-08-09 | 68.2792 |
| 2026-08-16 | 68.8686 |
| 2026-08-24 | 69.1016 |
| 2026-08-31 | 68.7289 |
| 2026-09-07 | 68.3477 |
| 2026-09-14 | 68.8940 |
| 2026-09-21 | 68.3865 |
High
69.9904
Low
65.0349
Average
67.7555
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.