Skip to content

JOD to MNT exchange rate API

Jordanian Dinar to Tugrik · quoted 2026-09-25

5074.67

▲ +0.79% over 6M

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 6 months, JOD/MNT traded between 5034.78 and 5078.29, averaged 5059.16 and rose 0.79%. 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 6M

JOD/MNT over 6M: show the values
PointJOD/MNT
2026-03-295034.78
2026-04-055038.05
2026-04-125048.06
2026-04-195042.75
2026-04-265066.78
2026-05-035047.91
2026-05-105051.03
2026-05-185047.15
2026-05-265047.57
2026-06-025048.34
2026-06-115048.42
2026-06-185048.01
2026-06-255049.57
2026-07-025053.94
2026-07-095057.51
2026-07-165059.02
2026-07-235062.79
2026-07-305063.07
2026-08-065075.08
2026-08-135075.05
2026-08-215076.43
2026-08-285078.29
2026-09-045076.39
2026-09-115075.43
2026-09-185076.47
2026-09-255074.67

High

5078.29

Low

5034.78

Average

5059.16

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.