JPY to KMF exchange rate API
Yen to Comoro Franc · quoted 2026-09-24
2.7234
▼ +3.03% over 1Y
1 JPY = 2.7234 KMF · 1 KMF = 0.36718 JPY · Get this rate via the API
1 JPY buys 2.7234 KMF as of 2026-09-24, so 1 KMF buys 0.36718 JPY. Over the last year, JPY/KMF traded between 2.6293 and 2.8487, averaged 2.6957 and fell 3.03%. The API holds daily JPY/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JPY/KMF over 1Y: show the values
| Point | JPY/KMF |
|---|---|
| 2025-09-24 | 2.8084 |
| 2025-10-01 | 2.8487 |
| 2025-10-08 | 2.7712 |
| 2025-10-15 | 2.7938 |
| 2025-10-22 | 2.7923 |
| 2025-10-29 | 2.7755 |
| 2025-11-05 | 2.7844 |
| 2025-11-12 | 2.7454 |
| 2025-11-19 | 2.7217 |
| 2025-11-26 | 2.7159 |
| 2025-12-03 | 2.7211 |
| 2025-12-11 | 2.7057 |
| 2025-12-18 | 2.6904 |
| 2025-12-25 | 2.6802 |
| 2026-01-01 | 2.6729 |
| 2026-01-08 | 2.6889 |
| 2026-01-15 | 2.6659 |
| 2026-01-22 | 2.6501 |
| 2026-01-29 | 2.6810 |
| 2026-02-05 | 2.6577 |
| 2026-02-12 | 2.6998 |
| 2026-02-19 | 2.6927 |
| 2026-02-26 | 2.6671 |
| 2026-03-05 | 2.6866 |
| 2026-03-12 | 2.6851 |
| 2026-03-19 | 2.6962 |
| 2026-03-26 | 2.6662 |
| 2026-04-02 | 2.6693 |
| 2026-04-09 | 2.6712 |
| 2026-04-16 | 2.6293 |
| 2026-04-23 | 2.6398 |
| 2026-04-30 | 2.6954 |
| 2026-05-07 | 2.6792 |
| 2026-05-15 | 2.6617 |
| 2026-05-23 | 2.6632 |
| 2026-05-30 | 2.6489 |
| 2026-06-06 | 2.6633 |
| 2026-06-15 | 2.6444 |
| 2026-06-22 | 2.6546 |
| 2026-06-29 | 2.6697 |
| 2026-07-06 | 2.6507 |
| 2026-07-13 | 2.6625 |
| 2026-07-20 | 2.6480 |
| 2026-07-27 | 2.6366 |
| 2026-08-03 | 2.7235 |
| 2026-08-10 | 2.6842 |
| 2026-08-17 | 2.6683 |
| 2026-08-25 | 2.6486 |
| 2026-09-01 | 2.6472 |
| 2026-09-08 | 2.7428 |
| 2026-09-15 | 2.7514 |
| 2026-09-22 | 2.7278 |
High
2.8487
Low
2.6293
Average
2.6957
Get this rate via the API
One GET request returns the JPY/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=JPY¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
JPY/KMF API questions
How do I get the JPY/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/KMF rate in rates.KMF.
How far back does JPY/KMF historical data go?
Daily JPY/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 JPY/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.