Skip to main content
IS FR / API · Iceland

Build on Iceland filings programmatically.

A typed REST API over 30,174 filings from 30 Icelandic listed companies - JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Iceland are supervised by Financial Supervisory Authority (FME). Reporting follows IFRS. Filings are most commonly published in Icelandic and English. Major issuers are listed on OMX Iceland 10 and OMX Iceland All-Share. Calendar year.

Accessing Icelandic filings via the API

Icelandic filings are available through the same FinancialFilings REST endpoint, x-api-key header, and rate-limit bucket as all other covered markets. A filter of ?country=IS on the global filings endpoint returns the full Icelandic regulatory disclosure stream.

Filing volume is low relative to other European markets: approximately 25 issuers, quarterly updates standard for the banking names, annual and half-year reports for the remainder. The webhook channel is still the recommended path for live integrations - it delivers filing metadata within roughly 60 seconds of publication.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF or iXBRL. The primary use cases are Nordic financial-institution comparative research, post-crisis regulatory analysis, and completeness for cross-Nordic quantitative datasets that require full EEA coverage.

Filings indexed
30,174
in Iceland
Listed companies
30
Icelandic issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance - Iceland

Regulator, indices, accounting, language
Regulator
Financial Supervisory Authority (FME)
Primary indices
OMX Iceland 10OMX Iceland All-Share
Accounting standards
IFRS
Reporting languages
IcelandicEnglish
Fiscal year
Calendar year

Quick start - Iceland filings

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

Real filings · live data

Get API access for Iceland

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

National indices in Iceland

1 indices · drill into constituents and filings

Filings activity by year

Last 6 years · Icelandic issuers
  • 2026 1,687
  • 2025 3,483
  • 2024 3,751
  • 2023 3,157
  • 2022 3,236
  • 2021 2,786

Reporting languages

Filing-by-filing distribution
  • Icelandic 17,309
  • English 12,710
  • Norwegian 46
  • Danish 26
  • Yoruba 19

FAQ - Iceland

Coverage, formats, integration
How do I authenticate API requests for Iceland filings?
Send a single header - `x-api-key: $FR_API_KEY` - on every request. The same key works across every covered market; there's no per-country key.
What format does the Iceland 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 Icelandic 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 Icelandic 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 Iceland 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.