Skip to content

JOD to MNT exchange rate API

Jordanian Dinar to Tugrik · quoted 2026-09-25

5074.67

▲ +0.05% over 1Y

1 JOD = 5074.67 MNT · 1 MNT = 0.000197 JOD · Get this rate via the API

1 JOD buys 5074.67 MNT as of 2026-09-25, so 1 MNT buys 0.000197 JOD. Over the last year, JOD/MNT traded between 0.88275 and 5076.24, averaged 4762.91 and rose 0.05%. The API holds daily JOD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MNT over 1Y

JOD/MNT over 1Y: show the values
PointJOD/MNT
2025-09-255072.28
2025-10-025072.04
2025-10-095072.25
2025-10-165074.23
2025-10-235070.32
2025-10-300.88
2025-11-061.16
2025-11-131.11
2025-11-205037.11
2025-11-275025.30
2025-12-045009.65
2025-12-125005.40
2025-12-195010.10
2025-12-265017.19
2026-01-025020.69
2026-01-095022.19
2026-01-165024.85
2026-01-235041.60
2026-01-305031.14
2026-02-065034.74
2026-02-135035.80
2026-02-205032.95
2026-02-275034.45
2026-03-065036.33
2026-03-135037.64
2026-03-205036.77
2026-03-275034.66
2026-04-035040.63
2026-04-105042.60
2026-04-175065.24
2026-04-245048.21
2026-05-015046.55
2026-05-085049.88
2026-05-165045.84
2026-05-245045.82
2026-05-315044.28
2026-06-095048.80
2026-06-165052.69
2026-06-235046.22
2026-06-305051.68
2026-07-075052.85
2026-07-145058.27
2026-07-215059.32
2026-07-285071.84
2026-08-045075.18
2026-08-115071.72
2026-08-185074.25
2026-08-265075.25
2026-09-025074.32
2026-09-095074.66
2026-09-165076.24
2026-09-235074.31

High

5076.24

Low

0.88275

Average

4762.91

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MNT API questions

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

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

How far back does JOD/MNT historical data go?

Daily JOD/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 JOD/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.