Skip to content

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

JPY/KMF over 1Y: show the values
PointJPY/KMF
2025-09-242.8084
2025-10-012.8487
2025-10-082.7712
2025-10-152.7938
2025-10-222.7923
2025-10-292.7755
2025-11-052.7844
2025-11-122.7454
2025-11-192.7217
2025-11-262.7159
2025-12-032.7211
2025-12-112.7057
2025-12-182.6904
2025-12-252.6802
2026-01-012.6729
2026-01-082.6889
2026-01-152.6659
2026-01-222.6501
2026-01-292.6810
2026-02-052.6577
2026-02-122.6998
2026-02-192.6927
2026-02-262.6671
2026-03-052.6866
2026-03-122.6851
2026-03-192.6962
2026-03-262.6662
2026-04-022.6693
2026-04-092.6712
2026-04-162.6293
2026-04-232.6398
2026-04-302.6954
2026-05-072.6792
2026-05-152.6617
2026-05-232.6632
2026-05-302.6489
2026-06-062.6633
2026-06-152.6444
2026-06-222.6546
2026-06-292.6697
2026-07-062.6507
2026-07-132.6625
2026-07-202.6480
2026-07-272.6366
2026-08-032.7235
2026-08-102.6842
2026-08-172.6683
2026-08-252.6486
2026-09-012.6472
2026-09-082.7428
2026-09-152.7514
2026-09-222.7278

High

2.8487

Low

2.6293

Average

2.6957

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&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=JPY&currencies=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&currencies=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.