API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETOwnership tree
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETFinancial report summaries
- GETFinancial report file
- GETFinancial report files
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETBeneficial owners
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
- GETProperties
- GETVehicles
- GETVehicles history
Watchlists
Companies
Financial report summaries
Gets a summary of registered financial reports and their metadata
GET
/
datasets
/
companies
/
{companyId}
/
financial-report-summaries
Copy
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries \
--header 'x-api-key: <api-key>'
Copy
[
{
"financialReportSummaryId": 123,
"title": "<string>",
"arrivalDate": "2023-11-07T05:31:56Z",
"registrationDate": "2023-11-07T05:31:56Z",
"periodStart": "2023-11-07T05:31:56Z",
"periodEnd": "2023-11-07T05:31:56Z",
"isInterimReport": true,
"isConsolidatedAccounts": true,
"isExchange": true,
"isSustainabilityReport": true,
"isElectronic": true,
"ruleset": "<string>",
"setupFormCode": "<string>",
"financialSetupForm": {
"ruleset": "<string>",
"code": "<string>",
"description": "<string>"
},
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123,
"software": "<string>",
"auditor": "<string>",
"companyFinancialReportFile": [
{
"companyFinancialReportFileId": 123,
"reportFileType": "xbrl",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"companyFinancialReportSignature": [
{
"companyFinancialReportSignatureId": 123,
"givenName": "<string>",
"lastName": "<string>",
"role": "<string>",
"description": "<string>",
"signatureDate": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"companyDividend": [
{
"companyDividendId": 123,
"companyId": 123,
"arrivalDate": "2023-11-07T05:31:56Z",
"accountingPeriodStart": "2023-11-07T05:31:56Z",
"accountingPeriodEnd": "2023-11-07T05:31:56Z",
"isInterimReport": true,
"isConsolidatedAccounts": true,
"generalMeetingDate": "2023-11-07T05:31:56Z",
"dividendDate": "2023-11-07T05:31:56Z",
"dividendType": "dividendOrdinary",
"dividendTypeDescription": "<string>",
"dividendDescription": "<string>",
"dividendAmount": 123,
"dividendCurrencyCode": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123
}
]
}
]
This endpoint delivers available financial reports and their metadata and files available, more called annual reports but also interim reports can be present.
The data includes all available files for the financial report. After getting the response you can simply download the files from here.
Authorizations
Path Parameters
The company id
Response
200
application/json
OK
The response is of type object[]
.
Copy
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries \
--header 'x-api-key: <api-key>'
Copy
[
{
"financialReportSummaryId": 123,
"title": "<string>",
"arrivalDate": "2023-11-07T05:31:56Z",
"registrationDate": "2023-11-07T05:31:56Z",
"periodStart": "2023-11-07T05:31:56Z",
"periodEnd": "2023-11-07T05:31:56Z",
"isInterimReport": true,
"isConsolidatedAccounts": true,
"isExchange": true,
"isSustainabilityReport": true,
"isElectronic": true,
"ruleset": "<string>",
"setupFormCode": "<string>",
"financialSetupForm": {
"ruleset": "<string>",
"code": "<string>",
"description": "<string>"
},
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123,
"software": "<string>",
"auditor": "<string>",
"companyFinancialReportFile": [
{
"companyFinancialReportFileId": 123,
"reportFileType": "xbrl",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"companyFinancialReportSignature": [
{
"companyFinancialReportSignatureId": 123,
"givenName": "<string>",
"lastName": "<string>",
"role": "<string>",
"description": "<string>",
"signatureDate": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
],
"companyDividend": [
{
"companyDividendId": 123,
"companyId": 123,
"arrivalDate": "2023-11-07T05:31:56Z",
"accountingPeriodStart": "2023-11-07T05:31:56Z",
"accountingPeriodEnd": "2023-11-07T05:31:56Z",
"isInterimReport": true,
"isConsolidatedAccounts": true,
"generalMeetingDate": "2023-11-07T05:31:56Z",
"dividendDate": "2023-11-07T05:31:56Z",
"dividendType": "dividendOrdinary",
"dividendTypeDescription": "<string>",
"dividendDescription": "<string>",
"dividendAmount": 123,
"dividendCurrencyCode": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123
}
]
}
]
Assistant
Responses are generated using AI and may contain mistakes.