Companies
GET {{baseUrl}}/v1/companies/all
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | null | String Array. Search by company id. | |
symbol | null | String Array. Search by ticker symbol. | |
domain | null | String Array. Search by company domain. | |
country | null | String Array. Search by company country. | |
exchange | null | String Array. Search by exchange name. | |
numEmployeesFrom | null | Integer. Minimum number of employees. | |
numEmployeesTo | null | Integer. Maximum number of employees. | |
ipoFrom | null | Date. Starting IPO date. | |
ipoTo | null | Date. Ending IPO date. | |
q | null | String. Search companies over 'name', 'altNames', 'domains' and 'symbols.symbol' fields. Boolean operators and logic are supported. | |
name | null | String. Search by company name. Boolean operators and logic are supported. | |
industry | null | String. Search by industry. Boolean operators and logic are supported. | |
sector | null | String. Search by sector. Boolean operators and logic are supported. | |
page | null | int32. Zero-based page number. From 0 to 10000. See the Pagination section for limitations. | |
size | null | Integer. Number of results returned per page, from 0 to 100. | |
apiKey | null | String. Can be found on the API Key page https://www.goperigon.com/account/api-key |
RESPONSES
status: OK
{"status":200,"numResults":1,"results":[{"id":"eeee660a046242b8bf99f45fdc95cc32","name":"Tesla, Inc.","altNames":["Tesla"],"domains":["tesla.com"],"description":"Tesla, Inc. designs, develops, manufactures, leases, and sells electric vehicles, and energy generation and storage systems in the United States, China, and internationally. The company operates in two segments, Automotive, and Energy Generation and Storage. The Automotive segment offers electric vehicles, as well as sells automotive regulatory credits. It provides sedans and sport utility vehicles through direct and used vehicle sales, a network of Tesla Superchargers, and in-app upgrades; and purchase financing and leasing services. This segment is also involved in the provision of non-warranty after-sales vehicle services, sale of used vehicles, retail merchandise, and vehicle insurance, as well as sale of products to third party customers; services for electric vehicles through its company-owned service locations, and Tesla mobile service technicians; and vehicle limited warranties and extended service plans. The Energy Generation and Storage segment engages in the design, manufacture, installation, sale, and leasing of solar energy generation and energy storage products, and related services to residential, commercial, and industrial customers and utilities through its website, stores, and galleries, as well as through a network of channel partners. This segment also offers service and repairs to its energy product customers, including under warranty; and various financing options to its solar customers. The company was formerly known as Tesla Motors, Inc. and changed its name to Tesla, Inc. in February 2017. Tesla, Inc. was incorporated in 2003 and is headquartered in Austin, Texas.","ceo":"Mr. Elon Musk","industry":"Auto Manufacturers","sector":"Consumer Cyclical","country":"us","fullTimeEmployees":99290,"address":"3500 Deer Creek Rd","city":"Palo Alto","state":"CALIFORNIA","zip":"78725","logo":"https://company-api-assets.s3.us-east-2.amazonaws.com/images/TSLA.jpg","isEtf":false,"isActivelyTrading":true,"isFund":false,"isAdr":false,"symbols":[{"symbol":"TSLA","exchange":"NASDAQ Global Select","exchangeShortName":"NASDAQ","ipoDate":"2010-06-29"},{"symbol":"TL0.DE","exchange":"XETRA","exchangeShortName":"XETRA","ipoDate":"2010-06-29"}]}]}