Skip to main content
IL FR / API · Israel

Build on Israel filings programmatically.

A typed REST API over 117,487 filings from 657 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 an Israeli 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 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 the 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 Israeli 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
117,487
in Israel
Listed companies
657
Israeli issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance - Israel

Regulator, indices, accounting, language
Regulator
Israel Securities Authority (ISA)
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 ↗ · OpenAPI schema ↗

Sample Israel response

Real filings · live data
Filing Type Released
Dormant shares – change in the number of shares Airport City Ltd. · ARPT Transaction in Own Shares 2026-07-31
Dormant shares - change in the number of shares Harel Insurance Investments & Finacial Services Ltd. · HARL Transaction in Own Shares 2026-07-31
Change in holdings of interested parties/officers - Isras Holdings Ltd. ISRAS Investment Company Ltd. · ISRS Director's Dealing 2026-07-31
New Med – partner in the Aphrodite reservoir enters into a transaction for the sale of its rights (35%) in the reservoir Delek Group · DLEKG M&A Activity 2026-07-31
New Med – partner in the Aphrodite reservoir enters into a transaction for the sale of its rights (35%) in the reservoir Delek Group · DLEKG Regulatory Filings 2026-07-31
Change in holdings of interested parties/officers – Damari Yigal Y.H.Dimri Construction & Development Ltd. · DIMRI Director's Dealing 2026-07-31
Discontinuation of Market Making as of 3/8/26 AI Conversation Systems Ltd. · AICS-M Regulatory Filings 2026-07-31
Results of the general meeting dated 30.7.26, approved: update of terms of office and a one-time bonus for the CEO Lapidoth Capital Ltd · LAPD Regulatory Filings 2026-07-31
Results of the general meeting dated 30.7.26, approved: update of terms of office and a one-time bonus for the CEO Lapidoth Capital Ltd · LAPD Declaration of Voting Results & Voting Rights Announcements 2026-07-31
A partner in the Aphrodite reservoir enters into a transaction for the sale of its rights (35%) in the reservoir to MOL Group for up to US$720 million NewMed Energy · NWMD M&A Activity 2026-07-31

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 14,358
  • 2025 13,206
  • 2024 7,611
  • 2023 7,147
  • 2022 6,781
  • 2021 6,620

Reporting languages

Filing-by-filing distribution
  • English 94,517
  • Hebrew (modern) 20,316
  • Russian 2,008
  • Finnish 590
  • Spanish 28

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.