Skip to main content
GR FR / API · Greece

Build on Greece filings programmatically.

A typed REST API over 8,264 filings from 173 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 FinancialReports API

The FinancialReports 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 HCMC or ATHEX 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
8,264
in Greece
Listed companies
173
Greek issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Greece

Regulator, indices, accounting, language
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/api/filings/?countries=GR" \
    -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=GR&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 Greece response

Real filings · live data

Get API access for Greece

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

Filings activity by year

Last 6 years · Greek issuers
  • 2026 2,454
  • 2025 3,811
  • 2024 224
  • 2023 186
  • 2022 229
  • 2021 163

Reporting languages

Filing-by-filing distribution
  • English 5,089
  • Greek (modern) 3,131
  • French 21
  • German 15

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.