TOP to KMF exchange rate API
Pa’anga to Comoro Franc · quoted 2026-09-25
181.2219
▲ +2.95% over YTD
1 TOP = 181.2219 KMF · 1 KMF = 0.005518 TOP · Get this rate via the API
1 TOP buys 181.2219 KMF as of 2026-09-25, so 1 KMF buys 0.005518 TOP. Over the year to date, TOP/KMF traded between 174.9180 and 183.9033, averaged 180.1622 and rose 2.95%. The API holds daily TOP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/KMF over YTD: show the values
| Point | TOP/KMF |
|---|---|
| 2025-12-31 | 176.0320 |
| 2026-01-07 | 176.4349 |
| 2026-01-14 | 178.1008 |
| 2026-01-21 | 177.3679 |
| 2026-01-28 | 174.9180 |
| 2026-02-04 | 178.3159 |
| 2026-02-11 | 177.1546 |
| 2026-02-18 | 177.5119 |
| 2026-02-25 | 178.5929 |
| 2026-03-04 | 180.7369 |
| 2026-03-11 | 180.2674 |
| 2026-03-18 | 182.2120 |
| 2026-03-25 | 180.5533 |
| 2026-04-01 | 180.1924 |
| 2026-04-08 | 178.7410 |
| 2026-04-16 | 180.1614 |
| 2026-04-23 | 179.3040 |
| 2026-04-30 | 181.9305 |
| 2026-05-07 | 179.7925 |
| 2026-05-15 | 183.3844 |
| 2026-05-23 | 179.7266 |
| 2026-05-30 | 177.1429 |
| 2026-06-06 | 179.3925 |
| 2026-06-15 | 179.9234 |
| 2026-06-22 | 182.4256 |
| 2026-06-29 | 182.4362 |
| 2026-07-06 | 181.8586 |
| 2026-07-13 | 182.6067 |
| 2026-07-20 | 182.7834 |
| 2026-07-27 | 183.4573 |
| 2026-08-03 | 181.0556 |
| 2026-08-10 | 181.3148 |
| 2026-08-17 | 181.1731 |
| 2026-08-25 | 180.8167 |
| 2026-09-01 | 181.2729 |
| 2026-09-08 | 181.1286 |
| 2026-09-15 | 180.9815 |
| 2026-09-22 | 183.9033 |
High
183.9033
Low
174.9180
Average
180.1622
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/KMF API questions
How do I get the TOP/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/KMF rate in rates.KMF.
How far back does TOP/KMF historical data go?
Daily TOP/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 TOP/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.