Skip to main content
Version: 1.1.1

Get Ticker List

GET 

/tickers-all/source/keys

This service is used to get all the tickers of the given exchange.

Request

Query Parameters

    source-id stringrequired

    The sourceId of the exchange you want to request history data of. It will also be used for authorization.

    Example: NSDQ for NASDAQ

    last-update-time string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The optional parameter which supports retrieval of data in delta mode.

    response-type string

    Possible values: [json, csv, xml]

    Default value: json

    The response format for example json, csv or xml. The default is json.

    rows int32

    Default value: 10

    Number of records per page in the response.

    page int32

    Default value: 0

    The index of the page requested.

    filter string[]

    Example: TICKER_ID:GO*,TICKER_ID:*OG

    filter-fields string[]

Responses

OK

Schema
    grouped object
    KEY object
    matches integer
    doclist object
    numFound integer
    start integer
    docs object[]
  • Array [
  • KEY string
  • ]
Loading...
Is this page helpful for you?