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: show the values
| Point | JOD/MNT |
|---|---|
| 2026-03-29 | 5034.78 |
| 2026-04-05 | 5038.05 |
| 2026-04-12 | 5048.06 |
| 2026-04-19 | 5042.75 |
| 2026-04-26 | 5066.78 |
| 2026-05-03 | 5047.91 |
| 2026-05-10 | 5051.03 |
| 2026-05-18 | 5047.15 |
| 2026-05-26 | 5047.57 |
| 2026-06-02 | 5048.34 |
| 2026-06-11 | 5048.42 |
| 2026-06-18 | 5048.01 |
| 2026-06-25 | 5049.57 |
| 2026-07-02 | 5053.94 |
| 2026-07-09 | 5057.51 |
| 2026-07-16 | 5059.02 |
| 2026-07-23 | 5062.79 |
| 2026-07-30 | 5063.07 |
| 2026-08-06 | 5075.08 |
| 2026-08-13 | 5075.05 |
| 2026-08-21 | 5076.43 |
| 2026-08-28 | 5078.29 |
| 2026-09-04 | 5076.39 |
| 2026-09-11 | 5075.43 |
| 2026-09-18 | 5076.47 |
| 2026-09-25 | 5074.67 |
High
5078.29
Low
5034.78
Average
5059.16
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.