Skip to main content
IE FR / API · Ireland

Build on Ireland filings programmatically.

A typed REST API over 58,183 filings from 60 Irish listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Ireland are supervised by Central Bank of Ireland (CBI). Reporting follows IFRS. Filings are most commonly published in English. Major issuers are listed on ISEQ 20 and ISEQ Overall. Mixed — many calendar, some other.

Building on Irish filings programmatically

The FinancialReports API delivers CBI-supervised Irish filings through the same single REST surface, one x-api-key header, and one shared rate-limit bucket used across all 42 covered markets. An Ireland-only integration is a one-parameter filter (?country=IE) on the global filings endpoint — no separate Irish API key, no additional billing, no per-country rate-limit segregation. ISEQ 20 annual reports, CBI ad-hoc disclosures, and Euronext Dublin admission documents are all served from the same endpoint.

For live pipelines the webhook channel delivers full filing metadata within roughly 60 seconds of CBI / Euronext Dublin publication. The payload shape is identical across all 42 covered markets, so an Irish MAR Article 17 announcement arrives at your endpoint with the same JSON envelope as a German BaFin or a Dutch AFM filing. Volume for Ireland is lower in absolute terms than for the major European markets, but the internationally structured issuer base means individual filing events — CRH or Ryanair results, a Flutter M&A announcement — carry high information density for global sector models.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. The English-first filing environment is a practical advantage for API consumers: no language detection step, no parallel French or Dutch record to reconcile, and direct compatibility with English-language NLP models and LLM context pipelines. iXBRL is preserved for ESEF-mandated annual reports, retaining machine-readable financial line-items where the regulator requires them.

Common API integrations for Irish data include backfilling ISEQ 20 consolidated financials (particularly CRH, Kerry Group, AIB, and Bank of Ireland) for cross-sector quant models, triggering on ad-hoc disclosures from high-profile cross-listed issuers, monitoring MAR Article 19 insider-transaction notifications, and combining the Irish feed with the UK or US feed for dual-listed companies where CRH or Ryanair appear in both markets. Trial keys are available on request; the web product is free and indexed for the public web.

Filings indexed
58,183
in Ireland
Listed companies
60
Irish issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Ireland

Regulator, indices, accounting, language
Primary indices
ISEQ 20ISEQ Overall
Accounting standards
IFRS
Reporting languages
English
Fiscal year
Mixed — many calendar, some other

Quick start — Ireland filings

REST · JSON · Markdown · PDF
# 1. List filings for Ireland, newest first
curl "https://api.financialreports.eu/api/filings/?countries=IE" \
    -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=IE&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 ↗

Get API access for Ireland

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

Filings activity by year

Last 6 years · Irish issuers
  • 2026 1,927
  • 2025 6,734
  • 2024 7,019
  • 2023 5,528
  • 2022 4,636
  • 2021 4,407

Reporting languages

Filing-by-filing distribution
  • English 57,381
  • Greek (modern) 744
  • German 34
  • Norwegian 13
  • Russian 9

FAQ — Ireland

Coverage, formats, integration
How do I authenticate API requests for Ireland 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 Ireland 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 Irish 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 Irish 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 Ireland 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.