Skip to main content
GET
List stocks

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Query Parameters

q
string
sector
string
type
enum<string>
Available options:
stock,
etf
weekend_enabled
boolean
tradeable
boolean

Filter stocks by whether trading is enabled for the symbol.

following
boolean

Restrict results to the authenticated profile's watchlist. Authed only: an unauthenticated request with following=true returns an empty list rather than an error.

cursor
string<string>

The cursor

sort
enum<string>

The order to sort the results

Available options:
asc,
desc
Example:

"asc"

limit
integer

The number of items to return

Example:

10

Response

A list of stocks.

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

pagination
object
required
data
object[]
required