AZN to KMF exchange rate API
Azerbaijanian Manat to Comoro Franc · quoted 2026-09-24
254.3680
▲ +1.50% over 1Y
1 AZN = 254.3680 KMF · 1 KMF = 0.003931 AZN · Get this rate via the API
1 AZN buys 254.3680 KMF as of 2026-09-24, so 1 KMF buys 0.003931 AZN. Over the last year, AZN/KMF traded between 241.4674 and 254.3680, averaged 249.4884 and rose 1.50%. The API holds daily AZN/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/KMF over 1Y: show the values
| Point | AZN/KMF |
|---|---|
| 2025-09-24 | 250.6080 |
| 2025-10-01 | 251.9201 |
| 2025-10-08 | 254.3587 |
| 2025-10-15 | 249.0608 |
| 2025-10-22 | 249.3764 |
| 2025-10-29 | 248.4491 |
| 2025-11-05 | 251.8007 |
| 2025-11-12 | 249.9818 |
| 2025-11-19 | 249.9683 |
| 2025-11-26 | 249.8944 |
| 2025-12-03 | 248.6825 |
| 2025-12-11 | 247.6236 |
| 2025-12-18 | 246.5276 |
| 2025-12-25 | 245.7288 |
| 2026-01-01 | 246.3801 |
| 2026-01-08 | 247.8825 |
| 2026-01-15 | 248.6518 |
| 2026-01-22 | 247.5364 |
| 2026-01-29 | 241.4674 |
| 2026-02-05 | 245.2927 |
| 2026-02-12 | 244.2060 |
| 2026-02-19 | 245.3499 |
| 2026-02-26 | 244.8419 |
| 2026-03-05 | 248.9620 |
| 2026-03-12 | 250.9042 |
| 2026-03-19 | 251.8810 |
| 2026-03-26 | 250.3419 |
| 2026-04-02 | 250.5968 |
| 2026-04-09 | 251.3439 |
| 2026-04-16 | 245.6360 |
| 2026-04-23 | 247.7764 |
| 2026-04-30 | 250.6965 |
| 2026-05-07 | 245.9944 |
| 2026-05-15 | 249.5693 |
| 2026-05-23 | 249.4179 |
| 2026-05-30 | 248.1950 |
| 2026-06-06 | 250.8998 |
| 2026-06-15 | 249.1744 |
| 2026-06-22 | 252.6210 |
| 2026-06-29 | 254.1948 |
| 2026-07-06 | 253.1282 |
| 2026-07-13 | 253.9391 |
| 2026-07-20 | 252.9430 |
| 2026-07-27 | 253.7971 |
| 2026-08-03 | 251.0081 |
| 2026-08-10 | 250.4791 |
| 2026-08-17 | 249.9234 |
| 2026-08-25 | 248.0864 |
| 2026-09-01 | 249.4051 |
| 2026-09-08 | 248.9453 |
| 2026-09-15 | 250.8675 |
| 2026-09-22 | 252.2024 |
High
254.3680
Low
241.4674
Average
249.4884
Get this rate via the API
One GET request returns the AZN/KMF 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=AZN¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/KMF API questions
How do I get the AZN/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/KMF rate in rates.KMF.
How far back does AZN/KMF historical data go?
Daily AZN/KMF 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 AZN/KMF 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.