Skip to main content
Version: 1.1.4

Company Schema Overview

Company Fields

Field NameCommentsExample
vidVersed AI persistent identifier.boeingco-63be9d9f-baba-4a40-9124-ea494dadc48e
display_nameCanonical or well known name of the company.Boeing
aliasesAlternative name the company goes by or has found to go by.The Boeing Company
identifiersA list of company Indentifiers as key-value pairs. Not all identifiers are populated on all company records.PermID: 4295903076
websitesA list of websites associated with the company.www.boeing.com
domainsA list of top level domains associated with the company.boeing.com
tickersA list of the market identifiers and stock tickers if the company is listed on a stock exchange.{ exchange : NYS, symbol: BA }
is_freight_forwarderBoolean value to indicate if the company is a freight forwarder or carrier.false
cidIdentifier of the company cluster that this company belongs to. We attempt to group companies which are related subsidiaries or parent companies with this field.boeing
descriptionA description of the company and it's activities.American aircraft and aerospace manufacturer
is_publicBoolean value to indicate if the company is listed on a public stock exchange.true
is_activeBoolean value to indicate if the company is active and trading.true
company_legal_nameLegal name the company goes by.Boeing Co
addressesA list of Addresses the company operates at.See Addresses
domiciled_countryHeadquarter address country.United States
hq_phone_numberListed phone number to contact company headquarters.13125442000
incorporation_dateDate the company was incorporated.1934-07-19T00:00:00Z
ipo_dateDate of the initial public offering of the companies securities.1934-07-19T00:00:00Z

Data Attributions

Company fields are extracted and combined from a number of sources, attributed here:

Example Company Record

{
"aliases":[
"Boeing Company",
"The Boeing Company",
"Boeing Co",
"Boeing"
],
"cid":"boeing",
"company_legal_name":"Boeing Co",
"description":"aerospace and defense manufacturer in the United States",
"display_name":"Boeing",
"domains":[
"boeing.com"
],
"domiciled_country":{
"alpha2":"US",
"alpha3":"USA",
"geoname":"http://sws.geonames.org/6252001/",
"name":"United States"
},
"hq_phone_number":"13125442000",
"identifiers":[
{
"name":"PermID",
"value":"4295903076"
},
{
"name":"Wikidata",
"value":"Q66"
},
{
"name":"Wikipedia",
"value":"Boeing"
},
{
"name":"VIAF ID",
"value":"135371434"
},
{
"name":"LittleSis organization ID",
"value":"27"
},
{
"name":"Ringgold ID",
"value":"5105"
},
{
"name":"OpenSecrets organization ID",
"value":"D000000100"
},
{
"name":"GRID ID",
"value":"grid.423121.7"
},
{
"name":"LinkedIn company ID",
"value":"boeing"
},
{
"name":"Legal Entity Identifier",
"value":"RVHJWBXLJ1RFUBSY1F30"
},
{
"name":"ISIN",
"value":"US0970231058"
}
],
"incorporated_country":{
"alpha2":"US",
"alpha3":"USA",
"geoname":"http://sws.geonames.org/6252001/",
"name":"United States"
},
"incorporation_date":"1934-07-19T00:00:00Z",
"ipo_date":"",
"is_active":true,
"is_freight_forwarder":false,
"is_public":true,
"permid":"4295903076",
"tickers":{
"MIC":"XNYS",
"exchange":"NYS",
"symbol":"BA"
},
"vid":"boeingco-63be9d9f-baba-4a40-9124-ea494dadc48e",
"websites":[
"http://www.boeing.com/",
"https://www.boeing.com/"
]
}