Skip to main content
RO FR / API · Romania

Build on Romania filings programmatically.

A typed REST API over 35,000 filings from 79 Romanian listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Romania are supervised by Financial Supervisory Authority (ASF). Reporting follows IFRS. Filings are most commonly published in Romanian and English. Major issuers are listed on BET, BET-TR and BET-XT. Calendar year.

Romanian filings via the FinancialReports API

The FinancialReports API delivers ASF-regulated Romanian filings through the same endpoint and x-api-key header as all 42 covered markets. Filtering to Romania requires one parameter: ?country=RO. Combining with &country=PL&country=HU&country=CZ covers the four main Visegrád/CEE markets in a single query — the natural structure for a Central and Eastern Europe equity pipeline.

Romania's quarterly-report obligation — like Poland's — generates a structurally higher filing frequency per issuer than the EU minimum, which benefits event-driven and quant pipelines that depend on frequent data points. Webhook subscriptions push filing metadata within roughly 60 seconds of ASF or BVB publication, using the same JSON payload structure as every other covered market. Romanian-language filings arrive at the same latency as English-first ones, with Markdown body text normalised for downstream processing.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. Common use cases include monitoring OMV Petrom, Romgaz, and Nuclearelectrica for Black Sea-region energy research, tracking Banca Transilvania and BRD for CEE banking coverage, incorporating BET-constituent data into FTSE Emerging Markets or MSCI EM portfolios, and triggering on ASF-filed quarterly earnings for event-driven signal generation. Trial keys are available on request.

Filings indexed
35,000
in Romania
Listed companies
79
Romanian issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Romania

Regulator, indices, accounting, language
Primary indices
BETBET-TRBET-XT
Accounting standards
IFRS
Reporting languages
RomanianEnglish
Fiscal year
Calendar year

Quick start — Romania filings

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

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

Filings activity by year

Last 6 years · Romanian issuers
  • 2026 483
  • 2025 3,028
  • 2024 3,648
  • 2023 3,262
  • 2022 4,075
  • 2021 4,730

Reporting languages

Filing-by-filing distribution
  • English 18,735
  • Romanian 16,236
  • Portuguese 8
  • Azerbaijani 3
  • Japanese 2

FAQ — Romania

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