Israeli Election Results

All Israeli election results at ballot-box level, since 1996.

GovernmentFreeחינמיישראלבחירות
Official siteDocumentation

About this dataset

Central Elections Committee dataset with every major Israeli election at ballot-box resolution (10,000+ stations). Used for political analysis, visualizations, and social research.

Who it's for

Political journalists
Academia
Visualization projects

How to use it

  1. 1
    Download from bechirot.gov.il. Each campaign is a separate dataset.

Installation & setup

Python/Excel.

Code examples

import pandas as pd

df = pd.read_csv("elections_2022_kalfi.csv")
top = df.groupby("ishuv_name")[["party_1", "party_2"]].sum()
print(top.head())

Sample response

[
  {
    "ishuv": "תל אביב",
    "kalfi": 101,
    "voters": 420,
    "likud": 89,
    "mahane_mamlachti": 165
  }
]

FAQ

10K+, growing slightly each election.

Tips & pitfalls

Merge with CBS data at settlement level for deeper analysis.

More datasets in this category