CAD to BRL exchange rate API
Canadian Dollar to Brazilian Real · quoted 2026-09-27
3.6657
▼ +14.19% over 5Y
1 CAD = 3.6657 BRL · 1 BRL = 0.27280 CAD · Get this rate via the API
1 CAD buys 3.6657 BRL as of 2026-09-27, so 1 BRL buys 0.27280 CAD. Over the last 5 years, CAD/BRL traded between 3.6026 and 4.4347, averaged 3.9116 and fell 14.19%. The API holds daily CAD/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
CAD/BRL over 5Y: show the values
| Point | CAD/BRL |
|---|---|
| 2021-09-28 | 4.2719 |
| 2021-11-09 | 4.4347 |
| 2021-12-21 | 4.4231 |
| 2022-02-01 | 4.1662 |
| 2022-03-15 | 3.9992 |
| 2022-04-28 | 3.8869 |
| 2022-06-09 | 3.8876 |
| 2022-07-21 | 4.2326 |
| 2022-09-01 | 3.9668 |
| 2022-10-13 | 3.8097 |
| 2022-11-24 | 3.9948 |
| 2023-01-06 | 3.9100 |
| 2023-02-17 | 3.8624 |
| 2023-03-31 | 3.7428 |
| 2023-05-17 | 3.6777 |
| 2023-06-28 | 3.6533 |
| 2023-08-09 | 3.6407 |
| 2023-09-20 | 3.6184 |
| 2023-11-01 | 3.6251 |
| 2023-12-13 | 3.6608 |
| 2024-01-29 | 3.6538 |
| 2024-03-11 | 3.6975 |
| 2024-04-24 | 3.7501 |
| 2024-06-06 | 3.8728 |
| 2024-07-18 | 4.0193 |
| 2024-08-28 | 4.1048 |
| 2024-10-08 | 4.0403 |
| 2024-11-07 | 4.0767 |
| 2024-12-07 | 4.3016 |
| 2025-01-06 | 4.2677 |
| 2025-02-05 | 4.0553 |
| 2025-03-07 | 4.0227 |
| 2025-04-06 | 4.1014 |
| 2025-05-06 | 4.1294 |
| 2025-06-05 | 4.1226 |
| 2025-07-05 | 3.9859 |
| 2025-08-04 | 4.0181 |
| 2025-09-03 | 3.9524 |
| 2025-10-03 | 3.8245 |
| 2025-11-02 | 3.8366 |
| 2025-12-02 | 3.8262 |
| 2026-01-01 | 4.0194 |
| 2026-01-31 | 3.8588 |
| 2026-03-02 | 3.8089 |
| 2026-04-01 | 3.7137 |
| 2026-05-01 | 3.6607 |
| 2026-05-31 | 3.6534 |
| 2026-07-01 | 3.6470 |
| 2026-07-31 | 3.6026 |
| 2026-08-30 | 3.7368 |
High
4.4347
Low
3.6026
Average
3.9116
Get this rate via the API
One GET request returns the CAD/BRL 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=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/BRL API questions
How do I get the CAD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/BRL rate in rates.BRL.
How far back does CAD/BRL historical data go?
Daily CAD/BRL rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/BRL 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.