Skip to main content
CL FR / API · Chile

Build on Chile filings programmatically.

A typed REST API over 4,185 filings from 331 Chilean listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Chile are supervised by Comisión para el Mercado Financiero (CMF). Reporting follows IFRS. Filings are most commonly published in Spanish. Major issuers are listed on S&P IPSA and S&P CLX IGPA. Calendar year.

Building on Chilean filings programmatically

The FinancialReports API delivers CMF-sourced Chilean regulatory filings through the standard unified endpoint — ?country=CL scopes queries to Chilean issuers. Volume is moderate: ~280 listed companies under quarterly IFRS reporting generate approximately 400–800 filings per month during results seasons. Chile's long IFRS history (since 2009) means the available data series is deep and consistent — particularly valuable for backtesting quantitative strategies.

Webhook subscriptions deliver Chilean filings within minutes of CMF/SEIL publication. Chilean market disclosure follows Santiago Exchange trading hours (09:30–16:00 CLT, UTC-4/UTC-3 depending on daylight saving). The webhook payload schema is market-agnostic; the CLT timezone places Chilean disclosure within US market hours.

Filing content is available as JSON metadata, Markdown (extracted from Spanish-language PDF filings), and original source documents. Common API integrations include S&P IPSA constituent monitoring, Chilean banking sector quarterly analysis, lithium and copper sector tracking (SQM quarterly results as a global lithium market signal), Latin American retail comparison (Falabella, Cencosud across Chile/Peru/Colombia/Argentina), cross-LatAm sector analysis alongside Brazilian and Mexican feeds, and AFP pension-driven index rebalancing monitoring.

Filings indexed
4,185
in Chile
Listed companies
331
Chilean issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Chile

Regulator, indices, accounting, language
Primary indices
S&P IPSAS&P CLX IGPA
Accounting standards
IFRS
Reporting languages
Spanish
Fiscal year
Calendar year

Quick start — Chile filings

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

Get API access for Chile

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

Filings activity by year

Last 6 years · Chilean issuers
  • 2026 86
  • 2025 299
  • 2024 257
  • 2023 234
  • 2022 208
  • 2021 194

Reporting languages

Filing-by-filing distribution
  • English 4,185

FAQ — Chile

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