Skip to content

ILS to MNT exchange rate API

New Israeli Sheqel to Tugrik · quoted 2026-09-26

1180.85

▲ +5.77% over YTD

1 ILS = 1180.85 MNT · 1 MNT = 0.000847 ILS · Get this rate via the API

1 ILS buys 1180.85 MNT as of 2026-09-26, so 1 MNT buys 0.000847 ILS. Over the year to date, ILS/MNT traded between 1116.42 and 1275.11, averaged 1181.37 and rose 5.77%. The API holds daily ILS/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ILS/MNT over YTD

ILS/MNT over YTD: show the values
PointILS/MNT
2025-12-311116.42
2026-01-071121.14
2026-01-141127.26
2026-01-211124.33
2026-01-281154.29
2026-02-041156.29
2026-02-111160.67
2026-02-181149.83
2026-02-251153.34
2026-03-041160.44
2026-03-111149.05
2026-03-181150.33
2026-03-251143.60
2026-04-011141.54
2026-04-081161.59
2026-04-151190.00
2026-04-221192.01
2026-04-291214.77
2026-05-061231.47
2026-05-141231.71
2026-05-211227.19
2026-05-291275.11
2026-06-051229.19
2026-06-141222.29
2026-06-211207.73
2026-06-281191.23
2026-07-051195.34
2026-07-121189.49
2026-07-191180.82
2026-07-261176.08
2026-08-021179.93
2026-08-091196.47
2026-08-161216.16
2026-08-241202.36
2026-08-311203.68
2026-09-071195.37
2026-09-141178.48
2026-09-211195.49

High

1275.11

Low

1116.42

Average

1181.37

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ILS/MNT API questions

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

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

How far back does ILS/MNT historical data go?

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