Search Securities

Search Securities Web API Documentation

Search the securities database and return a list of securities matching the text query parameter passed through. Query parameter searches across the security ticker and name.

Endpoint:
https://api-v2.intrinio.com/securities/search

Parameters

Name Description Example
query
* required
Apple
page_size
The number of results to return -
query
* required
page_size
* required
The number of results to return

Output Fields

Name Description Type
securities
array
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
securities