Skip to main content
AR FR / API · Argentina

Build on Argentina filings programmatically.

A typed REST API over 244,027 filings from 480 Argentine listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Argentina are supervised by Comisión Nacional de Valores (CNV). Reporting follows IFRS. Filings are most commonly published in Spanish. Major issuers are listed on S&P Merval and S&P/BYMA. Calendar year.

Building on Argentine filings programmatically

The FinancialReports API delivers CNV-sourced Argentine regulatory filings through the standard unified endpoint — ?country=AR scopes queries to Argentine issuers. Volume is low-to-moderate: ~200 listed companies under quarterly IFRS (inflation-adjusted) reporting generate approximately 300–600 filings per month during results seasons. Argentina is a structurally distinctive market — IAS 29 inflation accounting makes the financial data non-trivial to compare cross-border without normalisation.

Webhook subscriptions deliver Argentine filings within minutes of CNV/AIF publication. Argentine market disclosure follows BYMA trading hours (11:00–17:00 ART, UTC-3). The webhook payload schema is market-agnostic; the ART timezone aligns with US East Coast afternoon hours, making Argentine disclosure readily consumable in North American trading workflows.

Filing content is available as JSON metadata, Markdown (extracted from Spanish-language PDF filings), and original source documents. Common API integrations include S&P Merval constituent monitoring, Argentine banking sector quarterly tracking, Vaca Muerta energy sector monitoring (YPF and E&P companies as shale development proxies), ADR/local spread analysis (cross-referencing BYMA filings with NYSE-listed ADR vehicles), and EM macro strategy signal extraction from inflation-adjusted financial disclosures.

Filings indexed
244,027
in Argentina
Listed companies
480
Argentine issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Argentina

Regulator, indices, accounting, language
Primary indices
S&P MervalS&P/BYMA
Accounting standards
IFRS
Reporting languages
Spanish
Fiscal year
Calendar year

Quick start — Argentina filings

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

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

Filings activity by year

Last 6 years · Argentine issuers
  • 2026 7,469
  • 2025 17,401
  • 2024 17,609
  • 2023 16,043
  • 2022 15,755
  • 2021 13,394

Reporting languages

Filing-by-filing distribution
  • Spanish 239,894
  • English 4,103
  • Chinese 24
  • Yoruba 4
  • Portuguese 2

FAQ — Argentina

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