Skip to content

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

AZN/KMF over 1Y: show the values
PointAZN/KMF
2025-09-24250.6080
2025-10-01251.9201
2025-10-08254.3587
2025-10-15249.0608
2025-10-22249.3764
2025-10-29248.4491
2025-11-05251.8007
2025-11-12249.9818
2025-11-19249.9683
2025-11-26249.8944
2025-12-03248.6825
2025-12-11247.6236
2025-12-18246.5276
2025-12-25245.7288
2026-01-01246.3801
2026-01-08247.8825
2026-01-15248.6518
2026-01-22247.5364
2026-01-29241.4674
2026-02-05245.2927
2026-02-12244.2060
2026-02-19245.3499
2026-02-26244.8419
2026-03-05248.9620
2026-03-12250.9042
2026-03-19251.8810
2026-03-26250.3419
2026-04-02250.5968
2026-04-09251.3439
2026-04-16245.6360
2026-04-23247.7764
2026-04-30250.6965
2026-05-07245.9944
2026-05-15249.5693
2026-05-23249.4179
2026-05-30248.1950
2026-06-06250.8998
2026-06-15249.1744
2026-06-22252.6210
2026-06-29254.1948
2026-07-06253.1282
2026-07-13253.9391
2026-07-20252.9430
2026-07-27253.7971
2026-08-03251.0081
2026-08-10250.4791
2026-08-17249.9234
2026-08-25248.0864
2026-09-01249.4051
2026-09-08248.9453
2026-09-15250.8675
2026-09-22252.2024

High

254.3680

Low

241.4674

Average

249.4884

For developers

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

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