KMF to TOP exchange rate API
Comoro Franc to Pa’anga · quoted 2026-09-25
0.005434
▼ +2.58% over 1Y
1 KMF = 0.005434 TOP · 1 TOP = 184.0265 KMF · Get this rate via the API
1 KMF buys 0.005434 TOP as of 2026-09-25, so 1 TOP buys 184.0265 KMF. Over the last year, KMF/TOP traded between 0.005434 and 0.005760, averaged 0.005575 and fell 2.58%. The API holds daily KMF/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/TOP over 1Y: show the values
| Point | KMF/TOP |
|---|---|
| 2025-09-25 | 0.005578 |
| 2025-10-02 | 0.005639 |
| 2025-10-09 | 0.005597 |
| 2025-10-16 | 0.005597 |
| 2025-10-23 | 0.005563 |
| 2025-10-30 | 0.005605 |
| 2025-11-06 | 0.005517 |
| 2025-11-13 | 0.005549 |
| 2025-11-20 | 0.005609 |
| 2025-11-27 | 0.005660 |
| 2025-12-04 | 0.005664 |
| 2025-12-12 | 0.005715 |
| 2025-12-19 | 0.005697 |
| 2025-12-26 | 0.005652 |
| 2026-01-02 | 0.005717 |
| 2026-01-09 | 0.005669 |
| 2026-01-16 | 0.005561 |
| 2026-01-23 | 0.005648 |
| 2026-01-30 | 0.005671 |
| 2026-02-06 | 0.005635 |
| 2026-02-13 | 0.005637 |
| 2026-02-20 | 0.005599 |
| 2026-02-27 | 0.005609 |
| 2026-03-06 | 0.005547 |
| 2026-03-13 | 0.005488 |
| 2026-03-20 | 0.005517 |
| 2026-03-27 | 0.005472 |
| 2026-04-03 | 0.005536 |
| 2026-04-10 | 0.005574 |
| 2026-04-18 | 0.005760 |
| 2026-04-25 | 0.005732 |
| 2026-05-02 | 0.005732 |
| 2026-05-09 | 0.005760 |
| 2026-05-17 | 0.005565 |
| 2026-05-25 | 0.005521 |
| 2026-06-01 | 0.005512 |
| 2026-06-10 | 0.005518 |
| 2026-06-17 | 0.005492 |
| 2026-06-24 | 0.005454 |
| 2026-07-01 | 0.005493 |
| 2026-07-08 | 0.005440 |
| 2026-07-15 | 0.005491 |
| 2026-07-22 | 0.005482 |
| 2026-07-29 | 0.005451 |
| 2026-08-05 | 0.005522 |
| 2026-08-12 | 0.005524 |
| 2026-08-20 | 0.005563 |
| 2026-08-27 | 0.005529 |
| 2026-09-03 | 0.005509 |
| 2026-09-10 | 0.005534 |
| 2026-09-17 | 0.005481 |
| 2026-09-24 | 0.005459 |
High
0.005760
Low
0.005434
Average
0.005575
Get this rate via the API
One GET request returns the KMF/TOP 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=KMF¤cies=TOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=TOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=TOP").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/TOP API questions
How do I get the KMF/TOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/TOP rate in rates.TOP.
How far back does KMF/TOP historical data go?
Daily KMF/TOP 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/TOP 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.