Skip to main content
IL FR / API · Israel

Build on Israel filings programmatically.

A typed REST API over 109,612 filings from 555 Israeli listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Israel are supervised by Israel Securities Authority (ISA). Reporting follows IFRS. Filings are most commonly published in Hebrew and English. Major issuers are listed on TA-35, TA-125 and TA-90. Calendar year.

Building on Israeli filings programmatically

The FinancialReports API delivers ISA-supervised Israeli filings through the same single REST surface used across all 42 covered markets — one x-api-key header, one shared rate-limit bucket, one payload schema. An Israel-only integration is a one-parameter filter (?country=IL) on the global filings endpoint. No separate ISA-tier API key, no parallel billing, no per-country infrastructure — the same endpoint returns a MAGNA immediate report, a TA-35 annual filing, and an insider-transaction notification within the identical JSON envelope.

For live pipelines, the webhook subscription is the recommended path: subscribe once, receive a POST with full filing metadata within roughly 60 seconds of MAGNA publication. Because many Israeli issuers are also NASDAQ-listed, an event may produce filings under two country codes (IL and US) nearly simultaneously; the platform deduplicates at the filing level and exposes cross-listing relationships in the payload, so consumer code doesn't need to reconcile jurisdictional duplicates. The webhook shape is identical across markets — a Hebrew-language immediate report and an English-language NASDAQ 8-K arrive at your endpoint with the same JSON structure.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/ (the processed text rendered on the public web pages, normalised from the original PDF), and the original PDF for audit and archival use. The Markdown layer is particularly relevant for Israeli content because MAGNA filings span an unusually wide format range — from brief immediate reports of a few hundred words to multi-hundred-page annual reports with complex Hebrew-English interleaving. The normalised text strips that variability before it reaches your NLP pipeline or LLM context window.

Common API integrations for Israeli data include backfilling TA-35 IFRS consolidated financials for quant research, triggering on diwhei midi immediate reports for event-driven strategies, cross-referencing MAGNA filings against NASDAQ submissions for dual-listed tech and biotech names, monitoring insider-transaction disclosures for TASE-listed defence and cybersecurity issuers, and feeding bilingual Hebrew/English filings into sector-specialist LLM tools. Trial keys are available on request; the web product is free and indexed for the public web, so coverage across the Israeli universe is verifiable before integration.

Filings indexed
109,612
in Israel
Listed companies
555
Israeli issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Israel

Regulator, indices, accounting, language
Primary indices
TA-35TA-125TA-90
Accounting standards
IFRS
Reporting languages
HebrewEnglish
Fiscal year
Calendar year

Quick start — Israel filings

REST · JSON · Markdown · PDF
# 1. List filings for Israel, newest first
curl "https://api.financialreports.eu/api/filings/?countries=IL" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=IL&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · Interactive Swagger ↗

Sample Israel response

Real filings · live data
Filing Type Released
Compugen to Release First Quarter 2026 Results on May 18, 2026 will host a conference call at 8:30 AM ET Compugen Ltd. · CGEN Regulatory Filings 2026-05-04
Compugen to Release First Quarter 2026 Results on May 18, 2026 will host a conference call at 8:30 AM ET Compugen Ltd. · CGEN Regulatory Filings 2026-05-04
Notice of special meeting for 8.6.26 – approval of engagement for directors’ and officers’ liability insurance, voting instrument Electra Ltd. · ELTR Regulatory Filings 2026-05-04
Notice of special meeting for 8.6.26 – approval of engagement for directors’ and officers’ liability insurance, voting instrument Electra Ltd. · ELTR Regulatory Filings 2026-05-04
Notice of special meeting for 8.6.26 – approval of engagement for directors’ and officers’ liability insurance, voting instrument Electra Ltd. · ELTR Regulatory Filings 2026-05-04
Class action request against the subsidiary company YES Television and Communication Services regarding price increases Bezeq The Israeli Telecommunication Corporation Ltd. · BEZQ Regulatory Filings 2026-05-04
Class action request against the subsidiary company YES Television and Communication Services regarding price increases Bezeq The Israeli Telecommunication Corporation Ltd. · BEZQ Regulatory Filings 2026-05-04
Register of shareholders, changes and share capital status – exercise of employee warrants Danya Cebus Ltd. · DNYA Regulatory Filings 2026-05-04
Register of shareholders, changes and share capital status – exercise of employee warrants Danya Cebus Ltd. · DNYA Regulatory Filings 2026-05-04
New Med Energy - End of tenure of Mr. Yossi Abu as the CEO of the partnership Delek Group · DLEKG Regulatory Filings 2026-05-04

Get API access for Israel

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · Israeli issuers
  • 2026 8,031
  • 2025 12,929
  • 2024 7,455
  • 2023 7,015
  • 2022 6,676
  • 2021 6,462

Reporting languages

Filing-by-filing distribution
  • English 87,532
  • Hebrew (modern) 19,446
  • Russian 2,008
  • Finnish 590
  • German 9

FAQ — Israel

Coverage, formats, integration
How do I authenticate API requests for Israel filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the Israel API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new Israeli filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the Israeli API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for Israel data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.