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
Ownerships
Get companies that the company has ownership in
GET
/
datasets
/
companies
/
{companyId}
/
has-ownership-in
Copy
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/has-ownership-in \
--header 'x-api-key: <api-key>'
Copy
[
{
"companyId": 123,
"companyRegistrationNumber": "<string>",
"registrationDate": "2023-11-07T05:31:56Z",
"mostRecentLegalName": "<string>",
"mostRecentPurpose": "<string>",
"mostRecentCompanyStatusType": 123,
"companyRepresentativeBornYear": 123,
"industry": "<string>",
"year1_AnnualReportPeriod": 123,
"year1_NetSales": 123,
"year1_OperatingProfit": 123,
"year1_NetSalesChange": 123,
"year1_GrossMargin": 123,
"year1_OperatingMargin": 123,
"year1_NetProfitMargin": 123,
"year1_NumberOfEmployees": 123,
"year2_AnnualReportPeriod": 123,
"year2_NetSales": 123,
"year2_OperatingProfit": 123,
"year2_NetSalesChange": 123,
"year2_GrossMargin": 123,
"year2_OperatingMargin": 123,
"year2_NetProfitMargin": 123,
"year2_NumberOfEmployees": 123,
"year3_AnnualReportPeriod": 123,
"year3_NetSales": 123,
"year3_OperatingProfit": 123,
"year3_NetSalesChange": 123,
"year3_GrossMargin": 123,
"year3_OperatingMargin": 123,
"year3_NetProfitMargin": 123,
"year3_NumberOfEmployees": 123,
"year4_AnnualReportPeriod": 123,
"year4_NetSales": 123,
"year4_OperatingProfit": 123,
"year4_NetSalesChange": 123,
"year4_GrossMargin": 123,
"year4_OperatingMargin": 123,
"year4_NetProfitMargin": 123,
"year4_NumberOfEmployees": 123,
"year5_AnnualReportPeriod": 123,
"year5_NetSales": 123,
"year5_OperatingProfit": 123,
"year5_NetSalesChange": 123,
"year5_GrossMargin": 123,
"year5_OperatingMargin": 123,
"year5_NetProfitMargin": 123,
"year5_NumberOfEmployees": 123
}
]
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}/has-ownership-in \
--header 'x-api-key: <api-key>'
Copy
[
{
"companyId": 123,
"companyRegistrationNumber": "<string>",
"registrationDate": "2023-11-07T05:31:56Z",
"mostRecentLegalName": "<string>",
"mostRecentPurpose": "<string>",
"mostRecentCompanyStatusType": 123,
"companyRepresentativeBornYear": 123,
"industry": "<string>",
"year1_AnnualReportPeriod": 123,
"year1_NetSales": 123,
"year1_OperatingProfit": 123,
"year1_NetSalesChange": 123,
"year1_GrossMargin": 123,
"year1_OperatingMargin": 123,
"year1_NetProfitMargin": 123,
"year1_NumberOfEmployees": 123,
"year2_AnnualReportPeriod": 123,
"year2_NetSales": 123,
"year2_OperatingProfit": 123,
"year2_NetSalesChange": 123,
"year2_GrossMargin": 123,
"year2_OperatingMargin": 123,
"year2_NetProfitMargin": 123,
"year2_NumberOfEmployees": 123,
"year3_AnnualReportPeriod": 123,
"year3_NetSales": 123,
"year3_OperatingProfit": 123,
"year3_NetSalesChange": 123,
"year3_GrossMargin": 123,
"year3_OperatingMargin": 123,
"year3_NetProfitMargin": 123,
"year3_NumberOfEmployees": 123,
"year4_AnnualReportPeriod": 123,
"year4_NetSales": 123,
"year4_OperatingProfit": 123,
"year4_NetSalesChange": 123,
"year4_GrossMargin": 123,
"year4_OperatingMargin": 123,
"year4_NetProfitMargin": 123,
"year4_NumberOfEmployees": 123,
"year5_AnnualReportPeriod": 123,
"year5_NetSales": 123,
"year5_OperatingProfit": 123,
"year5_NetSalesChange": 123,
"year5_GrossMargin": 123,
"year5_OperatingMargin": 123,
"year5_NetProfitMargin": 123,
"year5_NumberOfEmployees": 123
}
]
Assistant
Responses are generated using AI and may contain mistakes.