Skip to content

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

CAD/BRL over 5Y: show the values
PointCAD/BRL
2021-09-284.2719
2021-11-094.4347
2021-12-214.4231
2022-02-014.1662
2022-03-153.9992
2022-04-283.8869
2022-06-093.8876
2022-07-214.2326
2022-09-013.9668
2022-10-133.8097
2022-11-243.9948
2023-01-063.9100
2023-02-173.8624
2023-03-313.7428
2023-05-173.6777
2023-06-283.6533
2023-08-093.6407
2023-09-203.6184
2023-11-013.6251
2023-12-133.6608
2024-01-293.6538
2024-03-113.6975
2024-04-243.7501
2024-06-063.8728
2024-07-184.0193
2024-08-284.1048
2024-10-084.0403
2024-11-074.0767
2024-12-074.3016
2025-01-064.2677
2025-02-054.0553
2025-03-074.0227
2025-04-064.1014
2025-05-064.1294
2025-06-054.1226
2025-07-053.9859
2025-08-044.0181
2025-09-033.9524
2025-10-033.8245
2025-11-023.8366
2025-12-023.8262
2026-01-014.0194
2026-01-313.8588
2026-03-023.8089
2026-04-013.7137
2026-05-013.6607
2026-05-313.6534
2026-07-013.6470
2026-07-313.6026
2026-08-303.7368

High

4.4347

Low

3.6026

Average

3.9116

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=BRL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.