Market Data

Get Stocks

Get a list of Stocks.

get/api/v2/market_data/stocks/

Query parameters

symbolsstring[]

List of Stock symbols to query. If not provided, all Stocks are returned.

limitinteger

Number of results to return

order'asc' | 'desc'

Sort order

nextstring nullable

Cursor for next page

previousstring nullable

Cursor for previous page

Response

OK

_sv'PaginatedStockResponse:v1'

Version

Changes

Changed in 1 of the 47 revisions of this API.124

  • 142af68e5d3c124See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • removed PaginatedStockResponse subschema #1 from the response body oneOf list for the response status 200

      response-body-one-of-removed

    • added the optional property _sv to the response with the 200 status

      response-optional-property-added

    • added the required property data to the response with the 200 status

      response-required-property-added

    • added the required property pagination_metadata to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog