Returns company list and information for all companies covered by Intrinio.
Name | Description | Example |
---|---|---|
query
|
Used to search for a ticker or bank name to return relevant banks. | Apple |
identifier
|
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker. | AAPL |
latest_filing_date
|
a date value that returns the list of companies whose latest SEC filing was filed on or after this date | 2011-07-15 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 3 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
- |
query
* required
Used to search for a ticker or bank name to return relevant banks.
|
||
identifier
* required
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker.
|
||
latest_filing_date
* required
a date value that returns the list of companies whose latest SEC filing was filed on or after this date
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
ticker | the stock market ticker symbol associated with the companies common stock securities | string |
cik | the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under | string |
name | the company name in shorter form | string |
legal_name | the company’s official legal name | string |
lei | the Legal Entity Identifier for the company | string |
hq_address1 | the company’s headquarters address line 1 | string |
hq_address2 | the company’s headquarters address line 2 | string |
hq_address_city | the company’s headquarters city | string |
hq_address_postal_code | the company’s headquarters postal code | string |
entity_legal_form | the company’s legal organization form | string |
inc_state | the state (US & Canada Only) where the company is incorporated | string |
inc_country | the country where the company is incorporated | string |
sic | the Standard Industrial Classification (SIC) determined by the company filed with the SEC | number |
stock_exchange | the Stock Exchange where the company’s common stock is primarily traded | string |
template | the financial statement template used by Intrinio to standardize the as reported data | string |
short_description | a one or two sentence description of the company’s operations | string |
long_description | a one paragraph description of the company’s operations and other corporate actions | string |
ceo | the Chief Executive Officer of the company | string |
company_url | the url to the company’s primary corporate website or primary internet property | string |
business_address | the company’s headquarters address | string |
mailing_address | the mailing address reported by the company | string |
business_phone_no | the phone number reported by the company | string |
employees | the number of employees working for the company | number |
sector | the company’s operating sector | string |
industry_category | the company’s operating industry category | string |
industry_group | the company’s operating industry group | string |
standardized_active | if true, the company has standardized and as reported fundamental data via the Intrinio API; if false, the company has as reported data only. | boolean |
securities | the securities belonging to this company | array |
ticker
the stock market ticker symbol associated with the companies common stock securities
|
||
cik
the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under
|
||
name
the company name in shorter form
|
||
legal_name
the company’s official legal name
|
||
lei
the Legal Entity Identifier for the company
|
||
hq_address1
the company’s headquarters address line 1
|
||
hq_address2
the company’s headquarters address line 2
|
||
hq_address_city
the company’s headquarters city
|
||
hq_address_postal_code
the company’s headquarters postal code
|
||
entity_legal_form
the company’s legal organization form
|
||
inc_state
the state (US & Canada Only) where the company is incorporated
|
||
inc_country
the country where the company is incorporated
|
||
sic
the Standard Industrial Classification (SIC) determined by the company filed with the SEC
|
||
stock_exchange
the Stock Exchange where the company’s common stock is primarily traded
|
||
template
the financial statement template used by Intrinio to standardize the as reported data
|
||
short_description
a one or two sentence description of the company’s operations
|
||
long_description
a one paragraph description of the company’s operations and other corporate actions
|
||
ceo
the Chief Executive Officer of the company
|
||
company_url
the url to the company’s primary corporate website or primary internet property
|
||
business_address
the company’s headquarters address
|
||
mailing_address
the mailing address reported by the company
|
||
business_phone_no
the phone number reported by the company
|
||
employees
the number of employees working for the company
|
||
sector
the company’s operating sector
|
||
industry_category
the company’s operating industry category
|
||
industry_group
the company’s operating industry group
|
||
standardized_active
if true, the company has standardized and as reported fundamental data via the Intrinio API; if false, the company has as reported data only.
|
||
securities
the securities belonging to this company
|