Palestine Monetary Authority Exchange Rate API

Official Palestine Monetary Authority rates for 10 Sept 2026: 1 USD = 3.0213 ILS, 1 EUR = 3.5165 ILS. All 4 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Palestine flagPalestine Monetary Authority official daily exchange rates as JSON: 4 currencies against the ILS, history back to 2026. Latest table on every plan. Get your API key.

About Palestine Monetary Authority

The Palestine Monetary Authority publishes daily buying and selling rates for the currencies that actually circulate in Palestine — the US dollar, Jordanian dinar, euro and Egyptian pound — quoted in Israeli new shekels, since Palestine issues no currency of its own. The bulletin is the official local reference for pricing and settlement across the three currencies in everyday use.

Quick start

One request for the pair you need — USD to ILS at the official Palestine Monetary Authority rate:

curl "https://allratestoday.com/api/v1/central-bank/pma/latest?source=USD&target=ILS" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/pma/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/pma/history?source=USD&target=ILS&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from Palestine Monetary Authority, unmodified — what a call to /latest returns right now, with values ILS per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
EGP ILS buy 0.059
EGP ILS sell 0.0592
EUR ILS buy 3.5165
EUR ILS sell 3.5218
JOD ILS buy 4.2554
JOD ILS sell 4.2734
USD ILS buy 3.0213
USD ILS sell 3.0256

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — palestine-monetary-authority-exchange-rate:

npm install palestine-monetary-authority-exchange-rate
import { getRate } from 'palestine-monetary-authority-exchange-rate';

const pair = await getRate('USD', 'ILS', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: palestine-monetary-authority-exchange-rate documentation.

Why use the official Palestine Monetary Authority rate?

When an auditor or tax office in Palestine asks which rate you used, "the ILS mid-market rate at 14:32" is not an answer — the official rate published by Palestine Monetary Authority for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via ILS) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for Palestine Monetary Authority exchange rates?

Yes — this one. Official daily ILS rates as clean JSON, latest table on every plan including free.

How often does Palestine Monetary Authority update its rates?

New tables land once per business day — the API picks each one up shortly after Palestine Monetary Authority publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are Palestine Monetary Authority's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

Palestine Monetary Authority rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs