Skip to content

CAD to AZN exchange rate API

Canadian Dollar to Azerbaijanian Manat · quoted 2026-09-26

1.2021

▲ +0.79% over 1Y

1 CAD = 1.2021 AZN · 1 AZN = 0.83187 CAD · Get this rate via the API

1 CAD buys 1.2021 AZN as of 2026-09-26, so 1 AZN buys 0.83187 CAD. Over the last year, CAD/AZN traded between 1.1865 and 1.2531, averaged 1.2232 and rose 0.79%. The API holds daily CAD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/AZN over 1Y

CAD/AZN over 1Y: show the values
PointCAD/AZN
2025-09-261.1927
2025-10-031.1912
2025-10-101.1865
2025-10-171.2114
2025-10-241.2121
2025-10-311.2128
2025-11-071.2049
2025-11-141.2125
2025-11-211.2070
2025-11-281.2130
2025-12-051.2197
2025-12-131.2342
2025-12-201.2322
2025-12-271.2432
2026-01-031.2380
2026-01-101.2218
2026-01-171.2216
2026-01-241.2416
2026-01-311.2483
2026-02-071.2427
2026-02-141.2483
2026-02-211.2421
2026-02-281.2468
2026-03-071.2531
2026-03-141.2390
2026-03-211.2387
2026-03-281.2259
2026-04-041.2191
2026-04-111.2309
2026-04-181.2367
2026-04-251.2456
2026-05-021.2531
2026-05-091.2465
2026-05-171.2377
2026-05-251.2308
2026-06-011.2292
2026-06-101.2205
2026-06-171.2133
2026-06-241.1944
2026-07-011.1952
2026-07-081.1985
2026-07-151.2079
2026-07-221.2067
2026-07-291.2053
2026-08-051.2102
2026-08-121.2208
2026-08-201.2345
2026-08-271.2257
2026-09-031.2326
2026-09-101.2304
2026-09-171.2147
2026-09-241.2042

High

1.2531

Low

1.1865

Average

1.2232

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/AZN API questions

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

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

How far back does CAD/AZN historical data go?

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