curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries \
--header 'x-api-key: <api-key>'
[
{
"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
}
],
"hasFinancialReport": true,
"hasBeenAudited": true,
"hasAuditorRemarks": true
}
]
Gets a summary of registered financial reports and their metadata
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries \
--header 'x-api-key: <api-key>'
[
{
"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
}
],
"hasFinancialReport": true,
"hasBeenAudited": true,
"hasAuditorRemarks": true
}
]
The company id
OK
The response is of type object[]
.