Skip to main content
Version: 1.1.1

Get Ticker Details

GET 

/tickers-all/keys/data

This service is used to get the request data for the symbols specified by request parameter keys.

Request

Query Parameters

    keys string[]required

    The list of keys of which the data is requested of.

    Example: [NSDQ~AAPL, NSDQ~AAPL]

    lang string

    The language requested.

    required-fields string[]

    The optional parameter which specifies the fields required in the response.

    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.

    filter string[]

    Example: TICKER_ID:GO*,TICKER_ID:*OG

    page int32

    Default value: 0

    The index of the page requested.

Responses

OK

Schema
    response object
    numFound integer
    start integer
    docs object[]
  • Array [
  • LANGUAGE_ID string
    SHORT_DESCRIPTION string
    LONG_DESCRIPTION string
    TICKER_ID string
    SOURCE_ID string
    SECTOR_ID string
    MARKET_ID string
    INSTRUMENT_TYPE_ID integer
    CURRENCY_ID string
    COUNTRY_CODE string
    DECIMAL_PLACES integer
    DISPLAY_TICKER string
    STATUS string
    LISTING_DATE string
    CURRENCY_CORRECTION_FACTOR integer
    FIRST_TRADING string
    TICKER_CLASSIFICATION integer
    TOTAL_STOCKS integer
    INITIAL_SHARES integer
    GICS_CODE string
    TICK_SIZE_STRING string
    LOT_SIZE integer
    MIN_ORDER_SIZE integer
    LASTTRADABLEDATE string
    EXP_DATE string
    TICKER_CLASS_L1 integer
    TICKER_CLASS_L2 integer
    TICKER_CLASS_L3 integer
    DECIMAL_CORRECTION_FACTOR integer
    REUTER_SYMBOL string
    BLOOMBERG_SYMBOL string
    ID_BB_GLOBAL string
    DISPLAY_DECIMAL_PLACES integer
    MAPPED_SOURCE_ID string
    KEY string
    OPTION_TYPE integer

    this comes only for option responses

    MATURITY_DATE string

    this comes only for fixed income responses

    COUPON_DATE_FIRST string

    this comes only for fixed income responses

    COUPON_FREQUENCY integer

    this comes only for fixed income responses

    COUPON_TYPE integer

    this comes only for fixed income responses

  • ]
Loading...
Is this page helpful for you?