Bank of Israel Interest Rate History

Every BoI interest-rate change since 1995, including MPC decisions.

FinanceFreeחינמיישראלבנק ישראל
Official siteDocumentation

About this dataset

Historical Bank of Israel rate dataset — essential for any mortgage calculator, financial analysis, market-condition study. Prime = BoI rate + 1.5%.

Who it's for

Mortgage calculators
Capital-markets analysts
Fintech products

How to use it

  1. 1
    Download from BoI OData or scrape the decisions page.

Installation & setup

None.

Code examples

const res = await fetch("https://boi.org.il/PublicApi/GetInterest?asJson=true");
const { interestRate } = await res.json();
console.log("ריבית:", interestRate.currentInterest);

Sample response

{
  "interestRate": {
    "currentInterest": 4.5,
    "lastUpdate": "2026-04-01"
  }
}

FAQ

8 per year, roughly every 6 weeks.

Tips & pitfalls

Also show the swap curve — customers want to know where rates are heading.

More datasets in this category