Skip to content

CAD to ERN exchange rate API

Canadian Dollar to Nakfa · quoted 2026-09-27

10.6061

▼ +1.31% over 1Y

1 CAD = 10.6061 ERN · 1 ERN = 0.09429 CAD · Get this rate via the API

1 CAD buys 10.6061 ERN as of 2026-09-27, so 1 ERN buys 0.09429 CAD. Over the last year, CAD/ERN traded between 10.5337 and 11.0368, averaged 10.8062 and fell 1.31%. The API holds daily CAD/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/ERN over 1Y

CAD/ERN over 1Y: show the values
PointCAD/ERN
2025-09-2710.7467
2025-10-0410.7479
2025-10-1110.7081
2025-10-1810.7024
2025-10-2510.7199
2025-11-0110.6922
2025-11-0810.6836
2025-11-1510.6967
2025-11-2210.6369
2025-11-2910.7311
2025-12-0610.8564
2025-12-1410.8910
2025-12-2110.8713
2025-12-2810.9710
2026-01-0410.9176
2026-01-1110.7795
2026-01-1810.7807
2026-01-2510.9446
2026-02-0111.0197
2026-02-0810.9731
2026-02-1511.0176
2026-02-2210.9669
2026-03-0110.9887
2026-03-0811.0368
2026-03-1510.9326
2026-03-2210.9304
2026-03-2910.8027
2026-04-0510.7577
2026-04-1210.8291
2026-04-1910.9346
2026-04-2610.9665
2026-05-0311.0346
2026-05-1010.9630
2026-05-1810.9159
2026-05-2610.8600
2026-06-0210.8403
2026-06-1110.7308
2026-06-1810.6193
2026-06-2510.5337
2026-07-0210.5527
2026-07-0910.5867
2026-07-1610.6955
2026-07-2310.6574
2026-07-3010.6793
2026-08-0610.7161
2026-08-1310.7533
2026-08-2110.9173
2026-08-2810.8273
2026-09-0410.8698
2026-09-1110.8242
2026-09-1810.7063
2026-09-2510.6061

High

11.0368

Low

10.5337

Average

10.8062

For developers

Get this rate via the API

One GET request returns the CAD/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/ERN API questions

How do I get the CAD/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/ERN rate in rates.ERN.

How far back does CAD/ERN historical data go?

Daily CAD/ERN 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/ERN 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.