API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- 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
Watchlists
Financial Documents
Report metadata
Get metadata for the financial document with id
GET
/
financial-documents
/
se
/
{financialDocumentReference}
/
metadata
curl --request GET \
--url https://api.tic.io/financial-documents/se/{financialDocumentReference}/metadata \
--header 'x-api-key: <api-key>'
{
"financialDocumentReference": "<string>",
"companyName": "<string>",
"registrationNumber": 123,
"arrivalDate": "2023-11-07T05:31:56Z",
"ruleset": "<string>",
"code": "<string>",
"formatDescription": "<string>",
"periodStart": "2023-11-07T05:31:56Z",
"periodEnd": "2023-11-07T05:31:56Z",
"annualGeneralMeetingDate": "2023-11-07T05:31:56Z",
"lastSignatureDate": "2023-11-07T05:31:56Z",
"auditorFullName": "<string>",
"auditCompanyName": "<string>",
"hasReportXBRL": true,
"hasReportiXBRL": true,
"hasReportPDF": true,
"hasAuditLetterXBRL": true,
"hasAuditLetteriXBRL": true,
"hasAuditLetterPDF": true,
"reportSoftwareMetaTag": "<string>",
"reportSoftwareVersionMetaTag": "<string>",
"reportApplicationName": "<string>",
"reportAuditReportHashMetaTag": "<string>",
"reportOriginatorMetaTag": "<string>",
"reportAuditorMetaTag": "<string>",
"auditorSoftwareMetaTag": "<string>",
"auditorSoftwareVersionMetaTag": "<string>",
"auditorApplicationName": "<string>",
"auditorReportHashMetaTag": "<string>",
"auditorOriginatorMetaTag": "<string>",
"caseRegistrationDate": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123,
"notificationDate": "2023-11-07T05:31:56Z"
}
Details
This will return the any known metadata for the financial report.
Authorizations
Path Parameters
The financial document id
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.tic.io/financial-documents/se/{financialDocumentReference}/metadata \
--header 'x-api-key: <api-key>'
{
"financialDocumentReference": "<string>",
"companyName": "<string>",
"registrationNumber": 123,
"arrivalDate": "2023-11-07T05:31:56Z",
"ruleset": "<string>",
"code": "<string>",
"formatDescription": "<string>",
"periodStart": "2023-11-07T05:31:56Z",
"periodEnd": "2023-11-07T05:31:56Z",
"annualGeneralMeetingDate": "2023-11-07T05:31:56Z",
"lastSignatureDate": "2023-11-07T05:31:56Z",
"auditorFullName": "<string>",
"auditCompanyName": "<string>",
"hasReportXBRL": true,
"hasReportiXBRL": true,
"hasReportPDF": true,
"hasAuditLetterXBRL": true,
"hasAuditLetteriXBRL": true,
"hasAuditLetterPDF": true,
"reportSoftwareMetaTag": "<string>",
"reportSoftwareVersionMetaTag": "<string>",
"reportApplicationName": "<string>",
"reportAuditReportHashMetaTag": "<string>",
"reportOriginatorMetaTag": "<string>",
"reportAuditorMetaTag": "<string>",
"auditorSoftwareMetaTag": "<string>",
"auditorSoftwareVersionMetaTag": "<string>",
"auditorApplicationName": "<string>",
"auditorReportHashMetaTag": "<string>",
"auditorOriginatorMetaTag": "<string>",
"caseRegistrationDate": "2023-11-07T05:31:56Z",
"caseNumber": 123,
"caseYear": 123,
"notificationDate": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.