DJF to MNT exchange rate API
Djibouti Franc to Tugrik · quoted 2026-09-26
20.2078
▲ +0.28% over 1Y
1 DJF = 20.2078 MNT · 1 MNT = 0.04949 DJF · Get this rate via the API
1 DJF buys 20.2078 MNT as of 2026-09-26, so 1 MNT buys 0.04949 DJF. Over the last year, DJF/MNT traded between 0.003880 and 20.2544, averaged 18.9627 and rose 0.28%. The API holds daily DJF/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DJF/MNT over 1Y: show the values
| Point | DJF/MNT |
|---|---|
| 2025-09-26 | 20.1505 |
| 2025-10-03 | 20.2228 |
| 2025-10-10 | 20.1653 |
| 2025-10-17 | 20.2176 |
| 2025-10-24 | 20.2014 |
| 2025-10-31 | 0.0039 |
| 2025-11-07 | 0.0046 |
| 2025-11-14 | 0.0046 |
| 2025-11-21 | 20.0424 |
| 2025-11-28 | 20.0267 |
| 2025-12-05 | 19.9229 |
| 2025-12-13 | 19.8924 |
| 2025-12-20 | 19.9484 |
| 2025-12-27 | 19.9686 |
| 2026-01-03 | 19.9657 |
| 2026-01-10 | 19.9803 |
| 2026-01-17 | 20.0033 |
| 2026-01-24 | 20.0187 |
| 2026-01-31 | 19.8994 |
| 2026-02-07 | 20.0399 |
| 2026-02-14 | 20.0480 |
| 2026-02-21 | 20.0490 |
| 2026-02-28 | 19.9872 |
| 2026-03-07 | 20.0647 |
| 2026-03-14 | 20.0197 |
| 2026-03-21 | 20.0337 |
| 2026-03-28 | 20.1439 |
| 2026-04-04 | 20.0382 |
| 2026-04-11 | 20.2303 |
| 2026-04-18 | 20.0802 |
| 2026-04-25 | 20.1390 |
| 2026-05-02 | 20.1461 |
| 2026-05-09 | 20.1378 |
| 2026-05-17 | 20.0399 |
| 2026-05-25 | 20.1138 |
| 2026-06-01 | 20.1056 |
| 2026-06-10 | 20.0881 |
| 2026-06-17 | 20.1507 |
| 2026-06-24 | 20.1528 |
| 2026-07-01 | 20.1263 |
| 2026-07-08 | 20.1472 |
| 2026-07-15 | 20.1357 |
| 2026-07-22 | 20.1393 |
| 2026-07-29 | 20.2197 |
| 2026-08-05 | 20.2144 |
| 2026-08-12 | 20.2074 |
| 2026-08-20 | 20.2544 |
| 2026-08-27 | 20.1986 |
| 2026-09-03 | 20.2043 |
| 2026-09-10 | 20.2071 |
| 2026-09-17 | 20.1185 |
| 2026-09-24 | 20.1953 |
High
20.2544
Low
0.003880
Average
18.9627
Get this rate via the API
One GET request returns the DJF/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=DJF¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
DJF/MNT API questions
How do I get the DJF/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DJF/MNT rate in rates.MNT.
How far back does DJF/MNT historical data go?
Daily DJF/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 DJF/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.