Skip to main content

Taxonomy API — Data Models

Taxonomy Company Object

FieldTypeNullableDescription
companyIdstringNoUnique company identifier
companyFormalNamestringYesFormal / official company name
companyLegalNamestringYesLegal registered name
companyEnglishNamestringYesEnglish-language name
companyInformalNamestringYesInformal / trade name
countryCodestringNoISO 3166-1 alpha-3 country code
countryNamestringNoFull country name
foundedYearstringYesYear the company was founded
websitestringYesCompany website URL
tickerSymbolstringYesStock ticker symbol (public companies only)
exchangeNamestringYesStock exchange name
exchangeCodestringYesStock exchange code
exchangeCountrystringYesCountry of the stock exchange
listingDatedateYesStock exchange listing date
isPublicbooleanNoWhether the company is publicly traded
isActivebooleanNoWhether the company is currently active
taxonomyTaxonomyClassification[]NoIndustry classifications (primary first)

Taxonomy Classification Object

A flattened representation of a company's position within the Sector > Sub-Sector > Industry hierarchy.

FieldTypeNullableDescription
sectorIdstringNoTop-level sector identifier
sectorNamestringNoSector name
subSectorIdstringNoMid-level sub-sector identifier
subSectorNamestringNoSub-sector name
industryIdstringYesIndustry identifier (may be null if classified at sub-sector level only)
industryNamestringYesIndustry name
isPrimaryIndustrybooleanNotrue if this is the company's primary classification
analystMappedbooleanNotrue if curated by an analyst; false if auto-assigned
scorenumberNoConfidence score for auto-assigned classifications (0.0 for analyst-mapped)

Sector Object

FieldTypeNullableDescription
sectorIdstringNoUnique sector identifier
sectorNamestringNoSector name
subSectorsSubSector[]NoList of child sub-sectors

Sub-Sector Object

FieldTypeNullableDescription
subSectorIdstringNoUnique sub-sector identifier
subSectorNamestringNoSub-sector name
descriptionstringYesSub-sector description
industriesIndustry[]NoList of child industries

Industry Object

FieldTypeNullableDescription
industryIdstringNoUnique industry identifier
industryNamestringNoIndustry name
descriptionstringYesIndustry description

Paged Response

All paginated endpoints return:

FieldTypeNullableDescription
dataTaxonomyCompany[]NoList of companies with taxonomy data
pageintegerNoCurrent page number
pageSizeintegerNoItems per page
totalintegerNoTotal matching records

Enumerations

Company Type Filter

ValueDescription
PUBLICPublicly listed companies only
PRIVATEPrivately held companies only
ALLBoth public and private companies