Skip to content

JPY to MNT exchange rate API

Yen to Tugrik · quoted 2026-09-27

22.8690

▼ +4.95% over 1Y

1 JPY = 22.8690 MNT · 1 MNT = 0.04373 JPY · Get this rate via the API

1 JPY buys 22.8690 MNT as of 2026-09-27, so 1 MNT buys 0.04373 JPY. Over the last year, JPY/MNT traded between 0.003979 and 24.3880, averaged 21.0056 and fell 4.95%. The API holds daily JPY/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/MNT over 1Y

JPY/MNT over 1Y: show the values
PointJPY/MNT
2025-09-2724.0598
2025-10-0424.3880
2025-10-1123.7863
2025-10-1823.8873
2025-10-250.0040
2025-11-010.0045
2025-11-080.0051
2025-11-150.0054
2025-11-2222.8058
2025-11-2922.7663
2025-12-0622.8198
2025-12-1422.7552
2025-12-2122.5216
2025-12-2822.7206
2026-01-0422.6939
2026-01-1122.5166
2026-01-1822.5504
2026-01-2523.0228
2026-02-0123.0132
2026-02-0822.6671
2026-02-1523.3608
2026-02-2223.0146
2026-03-0122.8495
2026-03-0822.5825
2026-03-1522.3608
2026-03-2222.3930
2026-03-2922.2688
2026-04-0522.3675
2026-04-1222.4512
2026-04-1922.5284
2026-04-2622.5229
2026-05-0322.8162
2026-05-1022.8473
2026-05-1822.5400
2026-05-2622.4786
2026-06-0222.4058
2026-06-1122.2962
2026-06-1822.2400
2026-06-2522.1202
2026-07-0222.1741
2026-07-0922.0780
2026-07-1622.1143
2026-07-2321.9577
2026-07-3022.0309
2026-08-0622.7978
2026-08-1322.5835
2026-08-2122.6796
2026-08-2822.5477
2026-09-0423.0351
2026-09-1123.3611
2026-09-1822.7969
2026-09-2522.8310

High

24.3880

Low

0.003979

Average

21.0056

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/MNT API questions

How do I get the JPY/MNT exchange rate from an API?

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

How far back does JPY/MNT historical data go?

Daily JPY/MNT 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/MNT 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.