CAD to BTN exchange rate API
Canadian Dollar to Ngultrum · quoted 2026-09-25
67.8536
▼ +0.65% over 6M
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 6 months, CAD/BTN traded between 66.2327 and 69.9367, averaged 68.2420 and fell 0.65%. 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 6M: show the values
| Point | CAD/BTN |
|---|---|
| 2026-03-29 | 68.2969 |
| 2026-04-05 | 66.6105 |
| 2026-04-12 | 66.8732 |
| 2026-04-19 | 67.7626 |
| 2026-04-26 | 68.7534 |
| 2026-05-03 | 69.7987 |
| 2026-05-10 | 68.8336 |
| 2026-05-18 | 69.9367 |
| 2026-05-26 | 69.0556 |
| 2026-06-02 | 68.7588 |
| 2026-06-11 | 68.4207 |
| 2026-06-18 | 66.8557 |
| 2026-06-25 | 66.2327 |
| 2026-07-02 | 67.0697 |
| 2026-07-09 | 67.4006 |
| 2026-07-16 | 68.6995 |
| 2026-07-23 | 68.5791 |
| 2026-07-30 | 68.1004 |
| 2026-08-06 | 67.9175 |
| 2026-08-13 | 68.3761 |
| 2026-08-21 | 69.6782 |
| 2026-08-28 | 68.8723 |
| 2026-09-04 | 68.4616 |
| 2026-09-11 | 69.0775 |
| 2026-09-18 | 68.4278 |
| 2026-09-25 | 67.8315 |
High
69.9367
Low
66.2327
Average
68.2420
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.