Equity Lookup
Search companies
GET
/v1/instruments/get_companies
Search companies by company name, perm_id, isin or ticker.
Headers
Content-Type
application/json
X-API-KEY
<token>
Body
name
string
Name of the company
perm_id
string
Perm_id of the company
isin
string
ISIN code of the company's equity
ticker
string
Ticker of the company's equity
Response
Search equity
GET
/v1/instruments/get_instruments
Search entities or companies by name, perm_id, isin or ticker.
Headers
Content-Type
application/json
X-API-KEY
<token>
Body
name
string
Name of the company
perm_id
string
Perm_id of the company
isin
string
Isin code of the company's equity
ticker
string
Ticker of the company's equity
Response
Good to know: These API methods were auto-generated from an example OpenAPI file. You'll see that it's not editable – that's because the contents are synced to a URL! Any time the linked file changes, the documentation will change too.
Last updated