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: show the values
| Point | CAD/BTN |
|---|---|
| 2025-09-25 | 63.8682 |
| 2025-10-02 | 63.6084 |
| 2025-10-09 | 63.6116 |
| 2025-10-16 | 62.3777 |
| 2025-10-23 | 62.7459 |
| 2025-10-30 | 63.0818 |
| 2025-11-06 | 62.8830 |
| 2025-11-13 | 63.2834 |
| 2025-11-20 | 62.9265 |
| 2025-11-27 | 63.4847 |
| 2025-12-04 | 64.5637 |
| 2025-12-12 | 65.6155 |
| 2025-12-19 | 65.4200 |
| 2025-12-26 | 65.8390 |
| 2026-01-02 | 65.4855 |
| 2026-01-09 | 64.7417 |
| 2026-01-16 | 65.0297 |
| 2026-01-23 | 66.5461 |
| 2026-01-30 | 67.9714 |
| 2026-02-06 | 66.1034 |
| 2026-02-13 | 66.5182 |
| 2026-02-20 | 66.4774 |
| 2026-02-27 | 66.5465 |
| 2026-03-06 | 67.1075 |
| 2026-03-13 | 67.3462 |
| 2026-03-20 | 67.7572 |
| 2026-03-27 | 67.8838 |
| 2026-04-03 | 66.4893 |
| 2026-04-10 | 66.9151 |
| 2026-04-17 | 68.2446 |
| 2026-04-24 | 68.7403 |
| 2026-05-01 | 69.8715 |
| 2026-05-08 | 69.2389 |
| 2026-05-16 | 69.8130 |
| 2026-05-24 | 69.2774 |
| 2026-05-31 | 68.8384 |
| 2026-06-09 | 68.6995 |
| 2026-06-16 | 67.5017 |
| 2026-06-23 | 66.7428 |
| 2026-06-30 | 66.4283 |
| 2026-07-07 | 67.0591 |
| 2026-07-14 | 67.9092 |
| 2026-07-21 | 68.5300 |
| 2026-07-28 | 67.8721 |
| 2026-08-04 | 67.8529 |
| 2026-08-11 | 68.4551 |
| 2026-08-18 | 68.9615 |
| 2026-08-26 | 68.7303 |
| 2026-09-02 | 68.1861 |
| 2026-09-09 | 68.9714 |
| 2026-09-16 | 68.7911 |
| 2026-09-23 | 67.8762 |
High
69.8715
Low
62.3777
Average
66.6542
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.