Search the companies database and return a list of companies matching the text query parameter passed through. Query parameter searches across the company ticker and name.
Name | Description | Example |
---|---|---|
query
* required
|
Search parameters | Apple |
active
|
When true, return companies that are actively traded (having stock prices within the past 14 days). When false, return companies that are not actively traded or never have been traded. Not setting this value returns all. Not used when mode is set. | false |
mode
|
When set, changes search mode to the specified mode.
Options:
starts_with
show more
show less
|
~null |
page_size
|
The number of results to return | - |
query
* required
Search parameters
|
||
active
* required
When true, return companies that are actively traded (having stock prices within the past 14 days). When false, return companies that are not actively traded or never have been traded. Not setting this value returns all. Not used when mode is set.
|
||
mode
* required
When set, changes search mode to the specified mode.
|
||
page_size
* required
The number of results to return
|
Name | Description | Type |
---|---|---|
companies | array | |
id
|
The Intrinio ID of the company | string |
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
name
|
The company's common name | string |
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
cik
|
The Central Index Key (CIK) assigned to the company | string |
companies
|