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: show the values
| Point | JPY/MNT |
|---|---|
| 2025-09-27 | 24.0598 |
| 2025-10-04 | 24.3880 |
| 2025-10-11 | 23.7863 |
| 2025-10-18 | 23.8873 |
| 2025-10-25 | 0.0040 |
| 2025-11-01 | 0.0045 |
| 2025-11-08 | 0.0051 |
| 2025-11-15 | 0.0054 |
| 2025-11-22 | 22.8058 |
| 2025-11-29 | 22.7663 |
| 2025-12-06 | 22.8198 |
| 2025-12-14 | 22.7552 |
| 2025-12-21 | 22.5216 |
| 2025-12-28 | 22.7206 |
| 2026-01-04 | 22.6939 |
| 2026-01-11 | 22.5166 |
| 2026-01-18 | 22.5504 |
| 2026-01-25 | 23.0228 |
| 2026-02-01 | 23.0132 |
| 2026-02-08 | 22.6671 |
| 2026-02-15 | 23.3608 |
| 2026-02-22 | 23.0146 |
| 2026-03-01 | 22.8495 |
| 2026-03-08 | 22.5825 |
| 2026-03-15 | 22.3608 |
| 2026-03-22 | 22.3930 |
| 2026-03-29 | 22.2688 |
| 2026-04-05 | 22.3675 |
| 2026-04-12 | 22.4512 |
| 2026-04-19 | 22.5284 |
| 2026-04-26 | 22.5229 |
| 2026-05-03 | 22.8162 |
| 2026-05-10 | 22.8473 |
| 2026-05-18 | 22.5400 |
| 2026-05-26 | 22.4786 |
| 2026-06-02 | 22.4058 |
| 2026-06-11 | 22.2962 |
| 2026-06-18 | 22.2400 |
| 2026-06-25 | 22.1202 |
| 2026-07-02 | 22.1741 |
| 2026-07-09 | 22.0780 |
| 2026-07-16 | 22.1143 |
| 2026-07-23 | 21.9577 |
| 2026-07-30 | 22.0309 |
| 2026-08-06 | 22.7978 |
| 2026-08-13 | 22.5835 |
| 2026-08-21 | 22.6796 |
| 2026-08-28 | 22.5477 |
| 2026-09-04 | 23.0351 |
| 2026-09-11 | 23.3611 |
| 2026-09-18 | 22.7969 |
| 2026-09-25 | 22.8310 |
High
24.3880
Low
0.003979
Average
21.0056
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.