Skip to main content
GR FR / API · Greece

Build on Greece filings programmatically.

A typed REST API over 11,094 filings from 180 Greek listed companies - JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Greece are supervised by Hellenic Capital Market Commission (HCMC). Reporting follows IFRS. Filings are most commonly published in Greek and English. Major issuers are listed on FTSE/Athex Large Cap and Athex Composite. Calendar year.

Greek filings via the FinancialFilings API

The FinancialFilings API delivers HCMC-regulated Greek filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Greek issuers requires one parameter: ?country=GR. No separate key, no per-country billing - the same integration reads Greek, Bulgarian, and Romanian filings identically.

Greece's 150-issuer universe, with filings primarily in Greek, presents a material data-access challenge for non-Greek research teams: the HCMC filing portal is functional but offers no machine-readable bulk access, and PDF-to-text extraction from Greek-language documents is error-prone without a dedicated OCR layer. The platform absorbs both the ingestion and the Greek-language normalisation, delivering Markdown body text directly usable for downstream NLP or LLM ingestion. Webhook subscriptions push filing metadata within roughly 60 seconds of publication, using the same JSON payload structure as every other covered market.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring the four systemic banks for Balkan-region banking research, tracking FTSE/ATHEX Large Cap ad-hoc disclosures for event-driven strategies, building shipping-sector analytics across ATHEX-listed maritime entities, and incorporating Greek filings into broader South-European or MSCI Emerging Markets pipelines. Trial keys are available on request.

Filings indexed
11,094
in Greece
Listed companies
180
Greek issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance - Greece

Regulator, indices, accounting, language
Regulator
Hellenic Capital Market Commission (HCMC)
Primary indices
FTSE/Athex Large CapAthex Composite
Accounting standards
IFRS
Reporting languages
GreekEnglish
Fiscal year
Calendar year

Quick start - Greece filings

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

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

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

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

Full API documentation ↗ · OpenAPI schema ↗

Sample Greece response

Real filings · live data
Filing Type Released
ANNOUNCEMENT OF REGULATED INFORMATION - TRANSACTIONS NOTIFICATION Premia R.E.I.C. · PREMI Director's Dealing 2026-08-25
ΑΝΑΚΟΙΝΩΣΗ ΡΥΘΜΙΖΟΜΕΝΗΣ ΠΛΗΡΟΦΟΡΙΑΣ - ΓΝΩΣΤΟΠΟΙΗΣΗ ΣΥΝΑΛΛΑΓΩΝ Premia R.E.I.C. · PREMI Director's Dealing 2026-08-25
ΑΝΑΚΟΙΝΩΣΗ ΡΥΘΜΙΖΟΜΕΝΗΣ ΠΛΗΡΟΦΟΡΙΑΣ - ΓΝΩΣΤΟΠΟΙΗΣΗ ΣΥΝΑΛΛΑΓΩΝ Motodynamics S.A. · MOTO Director's Dealing 2026-08-24
ΑΝΑΚΟΙΝΩΣΗ ΓΙΑ ΑΠΟΚΤΗΣΗ ΙΔΙΩΝ ΜΕΤΟΧΩΝ Motodynamics S.A. · MOTO Transaction in Own Shares 2026-08-24
Announcement pursuant to Law 3556/2007 Public Power Corp S.A. Director's Dealing 2026-08-24
Ανακοίνωση ρυθμιζόμενης πληροφορίας Ν. 3556/2007 PPC S.A. · PPC Director's Dealing 2026-08-24
Completion of the procedure for the exercise of the squeeze-out right in respect of the shares of “ALPHA TRUST HOLDINGS S.A.” Alpha Trust Mutual Fund Management S.A. · ATRUS M&A Activity 2026-08-24
Ολοκλήρωση της διαδικασίας άσκησης του δικαιώματος εξαγοράς των μετοχών της Alpha Trust Συμμετοχών ΑΕ Alpha Trust Mutual Fund Management S.A. · ATRUS M&A Activity 2026-08-24
Completion of the procedure for the exercise of the squeeze-out right in respect of the shares of Alpha Trust Holdings SA Alpha Bank Ae M&A Activity 2026-08-24
Ολοκλήρωση της διαδικασίας άσκησης του δικαιώματος εξαγοράς των μετοχών της Alpha Trust Συμμετοχών ΑΕ Alpha Services and Holdings S.A. · ALPHA M&A Activity 2026-08-24

Get API access for Greece

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

National indices in Greece

1 indices · drill into constituents and filings

Filings activity by year

Last 6 years · Greek issuers
  • 2026 5,210
  • 2025 3,774
  • 2024 264
  • 2023 227
  • 2022 261
  • 2021 172

Reporting languages

Filing-by-filing distribution
  • English 6,405
  • Greek (modern) 4,506
  • Shona 87
  • Southern Sotho 24
  • French 21

FAQ - Greece

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