API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- 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
Companies
Share class
Gets the share classes of the company
GET
/
datasets
/
companies
/
{companyId}
/
share-class
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/share-class \
--header 'x-api-key: <api-key>'
[
{
"companyShareClassId": 123,
"shareClass": "<string>",
"shareVotingValue": "<string>",
"numberOfShares": 123,
"lowestNumberOfShares": 123,
"highestNumberOfShares": 123,
"notes": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]
Authorizations
Path Parameters
The company id
Response
200 - application/json
OK
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/share-class \
--header 'x-api-key: <api-key>'
[
{
"companyShareClassId": 123,
"shareClass": "<string>",
"shareVotingValue": "<string>",
"numberOfShares": 123,
"lowestNumberOfShares": 123,
"highestNumberOfShares": 123,
"notes": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]