Skip to content

ILS to MNT exchange rate API

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

1180.85

▲ +10.54% over 1Y

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 last year, ILS/MNT traded between 0.21296 and 1270.65, averaged 1095.71 and rose 10.54%. 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 1Y

ILS/MNT over 1Y: show the values
PointILS/MNT
2025-09-261068.24
2025-10-031087.00
2025-10-101103.73
2025-10-171087.77
2025-10-241093.21
2025-10-310.21
2025-11-070.25
2025-11-140.26
2025-11-211086.31
2025-11-281093.62
2025-12-051097.54
2025-12-131101.32
2025-12-201107.79
2025-12-271113.65
2026-01-031117.14
2026-01-101130.12
2026-01-171133.60
2026-01-241136.60
2026-01-311146.85
2026-02-071143.62
2026-02-141155.51
2026-02-211145.00
2026-02-281137.47
2026-03-071154.53
2026-03-141134.62
2026-03-211147.54
2026-03-281140.99
2026-04-041141.73
2026-04-111184.93
2026-04-181208.05
2026-04-251199.05
2026-05-021216.23
2026-05-091233.55
2026-05-171224.68
2026-05-251238.73
2026-06-011270.65
2026-06-101201.80
2026-06-171225.42
2026-06-241201.01
2026-07-011202.98
2026-07-081177.85
2026-07-151195.54
2026-07-221171.66
2026-07-291174.41
2026-08-051198.58
2026-08-121203.45
2026-08-201202.33
2026-08-271209.77
2026-09-031191.00
2026-09-101186.64
2026-09-171186.03
2026-09-241181.08

High

1270.65

Low

0.21296

Average

1095.71

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.