Corporate disclosures
Returns a list of corporate disclosures, including financial statements, reports, and other significant filings by public companies.
Each entry contains date, title, type of report, ticker, exchange, and source link.
Use this endpoint to monitor corporate reporting activity and integrate official disclosure data into your workflows.
API Reference
Method | Path | Description |
---|---|---|
GET |
/v2/disclosure |
Retrieve a list of official company disclosures |
Query Parameters
Key | Type | Default | Description |
---|---|---|---|
limit |
integer | 30 | Maximum number of results to return (up to 100) |
offset |
integer | 0 | Number of records to skip before returning results |
sort_by |
string | — | Field to sort results by (e.g. date , code ) |
sort_order |
string | ASC |
Sort direction: ASC or DESC |
Model Structure
Field | Type | Description |
---|---|---|
category |
string | Disclosure type category (e.g. financials , management ) |
code |
string | Company ticker (e.g. GAZP ) |
date |
string (date) | Disclosure date (format: YYYY-MM-DD ) |
exchange |
string | Exchange code (e.g. MOEX ) |
link |
string (URL) | Source or official document link |
month |
integer | Month of the event (1–12) |
period |
string | Reporting period (e.g. Q1 , H1 , FY ) |
title |
string | Title or short description of the disclosure |
type |
string | Type of report (e.g. IFRS , RSBU , audit ) |
year |
integer | Reporting year |
Use Case
Scenario
A client wants to display the most recent official disclosures from public companies.
Request
GET /v2/disclosure?&token=<YOUR_API_TOKEN>
Response
[
{
"category": "financials",
"code": "GAZP",
"date": "2025-06-30",
"exchange": "MOEX",
"link": "https://example.com/disclosure/GAZP",
"month": 6,
"period": "Q1",
"title": "IFRS Report for Q1 2025",
"type": "IFRS",
"year": 2025
},
...
]
Get Your Trial Access
To use this endpoint, you need an API token.
We provide demo access within 1 business day — just contact us at api@cisfundamentals.com with a brief description of your use case.
Want to integrate CIS market data into your product, research, or internal systems? We're happy to help — just reach out.