Build on China filings programmatically.
A typed REST API over 7,161,310 filings from 5,584 Chinese listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.
Public-company filings in China are supervised by China Securities Regulatory Commission (CSRC). Reporting follows CAS (Chinese Accounting Standards, substantially converged with IFRS). Filings are most commonly published in Simplified Chinese. Major issuers are listed on SSE Composite, SZSE Component and CSI 300. Calendar year.
Building on Chinese filings programmatically
The FinancialReports API delivers Chinese regulatory filings — from CNINFO-sourced periodic reports to real-time ad-hoc announcements — through the same unified REST endpoint used across all covered markets. A China-specific integration requires only a ?country=CN filter parameter. The volume characteristics of Chinese disclosure data are worth noting at integration design time: SSE and SZSE combined publish 20,000+ filings per month during reporting season peaks (April annual report deadline, August semi-annual), making China the highest-throughput single-country feed in the platform by a significant margin.
For live pipelines, the webhook subscription delivers Chinese filings within minutes of CNINFO publication. Chinese market disclosure concentrates in two patterns: periodic reports cluster around CSRC-mandated deadlines (annual reports by April 30, semi-annual by August 31, quarterly within one month of quarter-end), while ad-hoc announcements distribute throughout trading hours (09:30–15:00 CST, UTC+8) and the evening post-close window. The payload structure is identical to all other markets — country, filing_type, and company fields route filings to downstream processors without China-specific parsing logic.
Filing content is available as JSON metadata, Markdown via /api/filings/{id}/markdown/ (extracted from the original Chinese-language PDF), and original PDF for archival. The Markdown extraction is particularly valuable for Chinese filings, where the native PDF format often embeds tables, financial statements, and management discussion in layouts that resist naive text extraction. Common API integrations include CSI 300 / CSI 500 fundamental data pipelines, STAR Market IPO prospectus monitoring, A-share earnings surprise detection from quarterly pre-announcements, cross-referencing A-share and H-share dual-listed disclosures (where the same company files in both markets), and feeding Chinese disclosure text into multilingual LLM extraction workflows.
- Filings indexed
- 7,161,310
- in China
- Listed companies
- 5,584
- Chinese issuers
- Auth
- x-api-key
- single header
- Webhook latency
- < 1 min
- from regulator publish
Reporting at a glance — China
Regulator, indices, accounting, language- Primary indices
- SSE CompositeSZSE ComponentCSI 300ChiNext
- Accounting standards
- CAS (Chinese Accounting Standards, substantially converged with IFRS)
- Reporting languages
- Simplified Chinese
- Fiscal year
- Calendar year
Quick start — China filings
REST · JSON · Markdown · PDF# 1. List filings for China, newest first curl "https://api.financialreports.eu/api/filings/?countries=CN" \ -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=CN&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"
Sample China response
Real filings · live dataGet API access for China
Pricing · trial keys · enterpriseFilings activity by year
Last 6 years · Chinese issuers- 2026 191,518
- 2025 698,569
- 2024 615,937
- 2023 643,294
- 2022 611,831
- 2021 559,322
Reporting languages
Filing-by-filing distribution- Chinese 7,012,461
- English 148,285
- German 38
- French 1
- Japanese 1