Skip to content

KMF to AMD exchange rate API

Comoro Franc to Armenian Dram · quoted 2026-09-25

0.83924

▼ +5.12% over 6M

1 KMF = 0.83924 AMD · 1 AMD = 1.1916 KMF · Get this rate via the API

1 KMF buys 0.83924 AMD as of 2026-09-25, so 1 AMD buys 1.1916 KMF. Over the last 6 months, KMF/AMD traded between 0.83924 and 0.89663, averaged 0.86428 and fell 5.12%. The API holds daily KMF/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/AMD over 6M

KMF/AMD over 6M: show the values
PointKMF/AMD
2026-03-290.88449
2026-04-050.88309
2026-04-120.89409
2026-04-190.89663
2026-04-260.88393
2026-05-030.88281
2026-05-100.88104
2026-05-180.87146
2026-05-260.87029
2026-06-020.87174
2026-06-110.86477
2026-06-180.86215
2026-06-250.84810
2026-07-020.85000
2026-07-090.85087
2026-07-160.85185
2026-07-230.84972
2026-07-300.84964
2026-08-060.85850
2026-08-130.85756
2026-08-210.86647
2026-08-280.86157
2026-09-040.85920
2026-09-110.85890
2026-09-180.84808
2026-09-250.83924

High

0.89663

Low

0.83924

Average

0.86428

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=AMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/AMD API questions

How do I get the KMF/AMD exchange rate from an API?

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

How far back does KMF/AMD historical data go?

Daily KMF/AMD 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 KMF/AMD 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.