Skip to content

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

DJF/MNT over 1Y: show the values
PointDJF/MNT
2025-09-2620.1505
2025-10-0320.2228
2025-10-1020.1653
2025-10-1720.2176
2025-10-2420.2014
2025-10-310.0039
2025-11-070.0046
2025-11-140.0046
2025-11-2120.0424
2025-11-2820.0267
2025-12-0519.9229
2025-12-1319.8924
2025-12-2019.9484
2025-12-2719.9686
2026-01-0319.9657
2026-01-1019.9803
2026-01-1720.0033
2026-01-2420.0187
2026-01-3119.8994
2026-02-0720.0399
2026-02-1420.0480
2026-02-2120.0490
2026-02-2819.9872
2026-03-0720.0647
2026-03-1420.0197
2026-03-2120.0337
2026-03-2820.1439
2026-04-0420.0382
2026-04-1120.2303
2026-04-1820.0802
2026-04-2520.1390
2026-05-0220.1461
2026-05-0920.1378
2026-05-1720.0399
2026-05-2520.1138
2026-06-0120.1056
2026-06-1020.0881
2026-06-1720.1507
2026-06-2420.1528
2026-07-0120.1263
2026-07-0820.1472
2026-07-1520.1357
2026-07-2220.1393
2026-07-2920.2197
2026-08-0520.2144
2026-08-1220.2074
2026-08-2020.2544
2026-08-2720.1986
2026-09-0320.2043
2026-09-1020.2071
2026-09-1720.1185
2026-09-2420.1953

High

20.2544

Low

0.003880

Average

18.9627

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&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=DJF&currencies=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&currencies=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.