Skip to main content
GET
/
datasets
/
companies
/
{companyId}
Summary
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "companyId": 123,
  "iso3166CountryCode": "<string>",
  "registrationNumber": "<string>",
  "legalEntityType": "<string>",
  "localCompanyCode": "<string>",
  "elfCode": "<string>",
  "registrationDate": 123,
  "ceasedDate": 123,
  "isCeased": true,
  "mostRecentPurpose": "<string>",
  "activityStatus": "hasNeverBeenActive",
  "mostRecentRegisteredAddress": {
    "co": "<string>",
    "streetAddress": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "countryCodeAlpha3": "<string>",
    "location": [
      123
    ],
    "firstSeenAt": 123,
    "lantmaterietLocationalAddressId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "lantmaterietLocatedOnPropertyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "addressId": 123,
    "propertyId": 123,
    "lantmaterietLocationalSupplementalNumber": "<string>"
  },
  "mostRecentMailingAddress": {
    "co": "<string>",
    "streetAddress": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "countryCodeAlpha3": "<string>",
    "location": [
      123
    ],
    "firstSeenAt": 123,
    "lantmaterietLocationalAddressId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "lantmaterietLocatedOnPropertyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "addressId": 123,
    "propertyId": 123,
    "lantmaterietLocationalSupplementalNumber": "<string>"
  },
  "mostRecentVisitingAddress": {
    "co": "<string>",
    "streetAddress": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "countryCodeAlpha3": "<string>",
    "location": [
      123
    ],
    "firstSeenAt": 123,
    "lantmaterietLocationalAddressId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "lantmaterietLocatedOnPropertyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "addressId": 123,
    "propertyId": 123,
    "lantmaterietLocationalSupplementalNumber": "<string>"
  },
  "currentWorkplaces": [
    {
      "companyWorkplaceId": 123,
      "workplaceCode": 123,
      "mostRecentName": "<string>",
      "labelAddress": "<string>",
      "location": [
        123
      ]
    }
  ],
  "names": [
    {
      "nameOrIdentifier": "<string>",
      "companyNamingType": "legalName",
      "firstSeenAt": 123,
      "companyNameDecidedAt": 123
    }
  ],
  "registeredOffices": [
    {
      "municipality": "<string>",
      "municipalityCode": "<string>",
      "county": "<string>",
      "countyCode": "<string>",
      "firstSeenAt": 123
    }
  ],
  "registeredOfficeMunicipalityCode": 123,
  "registeredOfficeCountyCode": 123,
  "slugs": [
    {
      "urlSlug": "<string>",
      "slugType": "legalName",
      "firstSeenAt": 123
    }
  ],
  "phoneNumbers": [
    {
      "e164PhoneNumber": "<string>",
      "phoneNumberType": "fixedLine",
      "numberPlanServiceType": "<string>",
      "orginalOperator": "<string>",
      "priorOperator": "<string>",
      "currentOperator": "<string>",
      "lastPortingDate": 123
    }
  ],
  "hasPhoneNumbers": true,
  "emailAddresses": [
    {
      "emailAddress": "<string>",
      "emailAddressType": "general"
    }
  ],
  "hasEmailAddresses": true,
  "hyperlinks": [
    {
      "hyperlink": "<string>",
      "hyperlinkType": "homepage"
    }
  ],
  "hasHyperlinks": true,
  "sniCodes": [
    {
      "sni_2007Code": "<string>",
      "sni_2007Name": "<string>",
      "sni_2007Section": "<string>",
      "sni_2025Code": "<string>",
      "sni_2025Name": "<string>",
      "sni_2025Section": "<string>",
      "rank": 123
    }
  ],
  "intelligence": [
    {
      "companyIntelligenceType": "createdAsShelfCompany",
      "companyIntelligenceSubType": "<string>",
      "notes": "<string>",
      "score": 123,
      "firstSeenAt": 123,
      "intelligenceNotesType": 123,
      "notesValue1": "<string>",
      "notesValue2": "<string>",
      "notesValue3": "<string>",
      "notesValue4": "<string>",
      "documentUrl": "<string>"
    }
  ],
  "hasIntelligence": true,
  "status": [
    {
      "companyStatusType": "reorganizationOfBusinessCommenced",
      "statusDate": 123,
      "statusDescription": "<string>"
    }
  ],
  "hasStatus": true,
  "mostRecentFinancialSummary": {
    "periodStart": 123,
    "periodEnd": 123,
    "rs_NetSalesK": 123,
    "rs_OtherOperatingIncomeK": 123,
    "rs_OperatingProfitOrLossK": 123,
    "rs_SumFinancialItemsK": 123,
    "rs_ProfitAfterFinancialItemsK": 123,
    "bs_TotalAssetsK": 123,
    "fn_NumberOfEmployees": 123,
    "km_OperatingMargin": 123,
    "km_NetProfitMargin": 123,
    "km_EquityAssetsRatio": 123,
    "km_GrossMargin": 123,
    "isAudited": true,
    "software": "<string>"
  },
  "hasMostRecentFinancialSummary": true,
  "isRegisteredForVAT": true,
  "isRegisteredForFTax": true,
  "isRegisteredForPayroll": true,
  "isRegisteredAML": true,
  "registration": [
    {
      "companyRegistrationType": "fTax",
      "companyRegistrationSubType": "<string>",
      "isRegistered": true,
      "registeredFrom": 123,
      "registeredTo": 123,
      "terminationReasonIfAny": "<string>",
      "firstSeenAt": 123
    }
  ],
  "ftaxTerminationReason": "<string>",
  "bankAccounts": [
    {
      "bankAccountType": "bankgiro",
      "accountNumber": "<string>",
      "swift_BIC": "<string>"
    }
  ],
  "hasBankAccounts": true,
  "documents": [
    {
      "companyDocumentId": 123,
      "companyDocumentType": "annualReport",
      "documentDate": 123,
      "documentTitle": "<string>",
      "documentVersion": "<string>",
      "documentValue1": "<string>",
      "documentValue2": "<string>",
      "documentValue3": "<string>",
      "grossPriceIfAny": 123,
      "documentUrl": "<string>"
    }
  ],
  "hasDocuments": true,
  "lastAnnualReportDate": 123,
  "stock": {
    "isin": "<string>",
    "ticker": "<string>",
    "yahooSymbol": "<string>",
    "marketName": "<string>",
    "marketExchangeName": "<string>",
    "marketCountryCodeAlpha3": "<string>",
    "sectorName": "<string>",
    "branchName": "<string>",
    "listingDate": 123,
    "enterpriseValue": 123,
    "enterpriseValueUpdated": 123,
    "stockQuote": 123,
    "stockQuoteUpdated": 123,
    "nextReportDate": 123,
    "nextReportType": "<string>",
    "dividendExDate": 123,
    "dividendsPerYear": 123,
    "dividendAmount": 123,
    "dividendCurrency": "<string>"
  },
  "hasStock": true,
  "lei": {
    "leiCode": "<string>",
    "registrationStatus": "<string>",
    "initialRegistrationDate": 123,
    "nextRenewalDate": 123,
    "managingLOU": "<string>",
    "managingLOULegalName": "<string>"
  },
  "hasLEI": true,
  "salesToPublicActors": [
    {
      "actorName": "<string>",
      "actorType": "<string>",
      "actorCode": "<string>",
      "sales": [
        {
          "year": 123,
          "approxInvoicedK": 123
        }
      ]
    }
  ],
  "hasSalesToPublicActors": true,
  "ecParticipant": {
    "pic": "<string>",
    "validationStatus": "<string>",
    "numberOfProjects": 123,
    "workProgrammesData": null,
    "lastUpdated": 123
  },
  "hasECParticipant": true,
  "franchisesOrLicences": [
    {
      "linkedToName": "<string>",
      "linkedToCompanyId": 123,
      "actingUnderName": "<string>",
      "description": "<string>",
      "companyFranchiseOrLicenceType": "franchise",
      "agentDescription": "<string>",
      "data": [
        "<unknown>"
      ],
      "revoked": true,
      "firstSeen": 123
    }
  ],
  "hasFranchisesOrLicences": true,
  "trademarks": [
    {
      "trademarkId": 123,
      "applicationNumber": "<string>",
      "registeredCountryCode": "<string>",
      "registered": 123,
      "expire": 123,
      "status": "<string>",
      "feature": "<string>",
      "word": "<string>",
      "mediaUrl": "<string>"
    }
  ],
  "hasTrademarks": true,
  "mostRecentSignatory": {
    "signatureDescription": "<string>",
    "firstSeenAt": 123
  },
  "currentRepresentatives": [
    {
      "personId": 123,
      "personalIdentityNumber": "<string>",
      "positionType": "<string>",
      "positionDescription": "<string>",
      "positionStart": 123,
      "positionEnd": 123,
      "fullName": "<string>",
      "givenName": "<string>",
      "firstName": "<string>",
      "middleName": "<string>",
      "lastName": "<string>",
      "isProtected": true,
      "roleByCompanyName": "<string>",
      "roleByCompanyRegistrationNumber": "<string>",
      "employeeRepresentative": true,
      "auditorType": "certifiedPublicAccountant",
      "bornYearMonthDay": "<string>"
    }
  ],
  "currentBeneficialOwners": [
    {
      "beneficialOwnerId": 123,
      "fromDate": 123,
      "personId": 123,
      "personalIdentityNumber": "<string>",
      "fullName": "<string>",
      "countryOfResidenceCode": "<string>",
      "citizenshipCountryCode": "<string>",
      "extentCode": "<string>",
      "extentDescription": "<string>",
      "governDescription": "<string>",
      "throughName": "<string>",
      "throughRegistrationNumber": "<string>",
      "bornYearMonthDay": "<string>",
      "isProtected": true
    }
  ],
  "mostRecentShareCapital": {
    "shareCapitalAmount": 123,
    "shareCapitalLowerLimitAmount": 123,
    "shareCapitalHigherLimitAmount": 123,
    "shareCapitalISO4217CurrencyCode": "<string>",
    "numberOfShares": 123,
    "numberOfSharesLowerLimit": 123,
    "numberOfSharesHigherLimit": 123,
    "firstSeenAt": 123
  },
  "mostRecentDebtorSummary": {
    "foreclosure": true,
    "debtRestructuring": true,
    "recordOfPaymentApplications": {
      "numberOfCases": 123,
      "totalAmountInSEK": 123,
      "lastCaseDate": 123,
      "orderToPayCases": [
        {
          "notificationType": "<string>",
          "applicationVerdict": "<string>",
          "casePrefix": "<string>",
          "caseNumber": "<string>",
          "dateOfApplicationOrVerdict": "2023-11-07T05:31:56Z",
          "amount": 123,
          "applicationWithdrawn": true,
          "fileCreationDate": "2023-11-07T05:31:56Z"
        }
      ]
    },
    "recordOfNonPayment": {
      "numberOfCases": 123,
      "totalAmountInSEK": 123,
      "lastCaseDate": 123
    },
    "debtBalance": {
      "lastUpdated": 123,
      "totalAmountInSEK": 123,
      "public": [
        {
          "description": "<string>",
          "totalAmountInSEK": 123,
          "numberOfCases": 123
        }
      ],
      "private": {
        "numberOfCases": 123,
        "totalAmountInSEK": 123
      }
    },
    "executions": [
      {
        "registrationDate": "2023-11-07T05:31:56Z",
        "caseNumber": "<string>",
        "caseNumberOldFormat": "<string>",
        "debtType": 123,
        "debtTypeDescription": "<string>",
        "executionYear": "<string>",
        "executionTitleMonth": "<string>",
        "executionDate": "2023-11-07T05:31:56Z",
        "originalDebt": 123,
        "recalledAmount": 123,
        "executionEventType": "<string>",
        "executionEventTypeDescription": "<string>",
        "executionCaseType": "<string>",
        "executionCaseTypeDescription": "<string>",
        "terminatedWithCause": "<string>",
        "terminatedWithCauseDescription": "<string>",
        "executionEvents": [
          {
            "executionDate": "2023-11-07T05:31:56Z",
            "executionEventType": "<string>",
            "executionEventTypeDescription": "<string>",
            "terminatedWithCause": "<string>",
            "terminatedWithCauseDescription": "<string>"
          }
        ]
      }
    ],
    "decisions": [
      {
        "decisionType": "<string>",
        "decisionTypeDescription": "<string>",
        "decisionDate": "2023-11-07T05:31:56Z",
        "decisionEventType": "<string>",
        "measures": [
          "<string>"
        ],
        "measuresDescriptions": [
          "<string>"
        ],
        "reasonForDecision": "<string>",
        "reasonForDecisionDescription": "<string>"
      }
    ]
  },
  "hasMostRecentDebtorSummary": true,
  "cNbrEmployeesInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "c_VATInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTurnoverInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cPropertyTaxationInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cSector": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeAfrica": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeAsia": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeEU": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeExportInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeFarEast": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeImportInterval": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeNorthCentralAmerica": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeNordics": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeSouthAmerica": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cTradeOtherEurope": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cGenderRatioFemale": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cGenderRatioMale": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cPrivPubl": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  },
  "cOwnership": {
    "categoryCode": 123,
    "categoryCodeDescription": "<string>",
    "categoryCode2": 123,
    "categoryCodeDescription2": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer<int32>
required

The company id

Response

200 - application/json

The search response

id
string | null
companyId
integer<int32>
iso3166CountryCode
string | null
registrationNumber
string | null
localCompanyCode
string | null
elfCode
string | null
registrationDate
integer<int64> | null
ceasedDate
integer<int64> | null
isCeased
boolean
mostRecentPurpose
string | null
activityStatus
enum<string>
Available options:
hasNeverBeenActive,
isActive,
isNoLongerActive,
unknown
mostRecentRegisteredAddress
object
mostRecentMailingAddress
object
mostRecentVisitingAddress
object
currentWorkplaces
object[] | null
names
object[] | null
registeredOffices
object[] | null
registeredOfficeMunicipalityCode
integer<int32> | null
registeredOfficeCountyCode
integer<int32> | null
slugs
object[] | null
phoneNumbers
object[] | null
hasPhoneNumbers
boolean
read-only
emailAddresses
object[] | null
hasEmailAddresses
boolean
read-only
sniCodes
object[] | null
intelligence
object[] | null
hasIntelligence
boolean
read-only
status
object[] | null
hasStatus
boolean
read-only
mostRecentFinancialSummary
object
hasMostRecentFinancialSummary
boolean
read-only
isRegisteredForVAT
boolean | null
isRegisteredForFTax
boolean | null
isRegisteredForPayroll
boolean | null
isRegisteredAML
boolean | null
registration
object[] | null
ftaxTerminationReason
string | null
bankAccounts
object[] | null
hasBankAccounts
boolean
read-only
documents
object[] | null
hasDocuments
boolean
read-only
lastAnnualReportDate
integer<int64> | null
read-only
stock
object
hasStock
boolean
read-only
lei
object
hasLEI
boolean
read-only
salesToPublicActors
object[] | null
hasSalesToPublicActors
boolean
read-only
ecParticipant
object
hasECParticipant
boolean
read-only
franchisesOrLicences
object[] | null
hasFranchisesOrLicences
boolean
read-only
trademarks
object[] | null
hasTrademarks
boolean
read-only
mostRecentSignatory
object
currentRepresentatives
object[] | null
currentBeneficialOwners
object[] | null
mostRecentShareCapital
object
mostRecentDebtorSummary
object
hasMostRecentDebtorSummary
boolean
read-only
cNbrEmployeesInterval
object
c_VATInterval
object
cTurnoverInterval
object
cPropertyTaxationInterval
object
cSector
object
cTradeAfrica
object
cTradeAsia
object
cTradeEU
object
cTradeExportInterval
object
cTradeFarEast
object
cTradeImportInterval
object
cTradeNorthCentralAmerica
object
cTradeNordics
object
cTradeSouthAmerica
object
cTradeOtherEurope
object
cGenderRatioFemale
object
cGenderRatioMale
object
cPrivPubl
object
cOwnership
object