CAD to BTN exchange rate API
Canadian Dollar to Ngultrum · quoted 2026-09-25
67.8536
▼ +1.28% over 30D
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 30 days, CAD/BTN traded between 67.8315 and 69.0775, averaged 68.5311 and fell 1.28%. 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 30D: show the values
| Point | CAD/BTN |
|---|---|
| 2026-08-26 | 68.7303 |
| 2026-08-27 | 68.8945 |
| 2026-08-28 | 68.8723 |
| 2026-08-29 | 68.6901 |
| 2026-08-30 | 68.6125 |
| 2026-08-31 | 68.7289 |
| 2026-09-01 | 68.3394 |
| 2026-09-02 | 68.1861 |
| 2026-09-03 | 68.4493 |
| 2026-09-04 | 68.4616 |
| 2026-09-05 | 68.2593 |
| 2026-09-06 | 68.3065 |
| 2026-09-07 | 68.3477 |
| 2026-09-08 | 68.5701 |
| 2026-09-09 | 68.9714 |
| 2026-09-10 | 68.9542 |
| 2026-09-11 | 69.0775 |
| 2026-09-12 | 68.9234 |
| 2026-09-13 | 68.9051 |
| 2026-09-14 | 68.8940 |
| 2026-09-15 | 68.8504 |
| 2026-09-16 | 68.7911 |
| 2026-09-17 | 68.4897 |
| 2026-09-18 | 68.4278 |
| 2026-09-19 | 68.6548 |
| 2026-09-20 | 68.5856 |
| 2026-09-21 | 68.3865 |
| 2026-09-22 | 68.1812 |
| 2026-09-23 | 67.8762 |
| 2026-09-24 | 67.8934 |
| 2026-09-25 | 67.8315 |
High
69.0775
Low
67.8315
Average
68.5311
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.