Skip to main content
Version: 1.1.0

Ticker Search

GET 

/tickers-all/search

This service is used to search symbols for a given search term in the fields of tickers specified.

Request

Query Parameters

    term stringrequired

    Default value: GOOG

    The search term

    fields string[]required

    Default value: TICKER_ID,ID_BB_GLOBAL,BLOOMBERG_SYMBOL

    The list of fields to search for of a given ticker.

    required-fields string[]
    response-type string

    Possible values: [json, csv, xml]

    Default value: json

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

    sort-field string

    Default value: TICKER_ID

    The field on which the response should be sorted of. The default is TICKER_ID

    sort-asc boolean

    Default value: false

    Should the response be sorted in ascending order.

    rows int32

    Default value: 10

    Number of records per page in the response.

    filter string[]

    Filter the response further using queries in solr query syntax

    Example: TICKER_ID:GO*,TICKER_ID:*OG

    numfilter string[]
    page int32

    Default value: 0

    Number of records per page in the response.

Responses

OK

Schema
    response object
    numFound integer
    start integer
    docs object[]
  • Array [
  • LANGUAGE_ID string
    SHORT_DESCRIPTION string
    LONG_DESCRIPTION string
    DSC_CREATED_BY integer
    DSC_CREATED_DATE string
    DSC_MODIFIED_BY integer
    DSC_MODIFIED_DATE string
    DSC_LAST_UPDATED_TIME string
    DSC_IS_MANUALLY_MODIFIED integer
    TICKER_SERIAL integer
    TICKER_ID string
    SOURCE_ID string
    INSTRUMENT_TYPE_ID integer
    CURRENCY_ID string
    DECIMAL_PLACES integer
    DECIMAL_CORRECTION_FACTOR integer
    LOT_SIZE integer
    UNIT string
    LAST_UPDATED_ON string
    STATUS string
    CREATED_BY integer
    CREATED_DATE string
    MODIFIED_BY integer
    MODIFIED_DATE string
    LAST_UPDATED_TIME string
    CURRENCY_CORRECTION_FACTOR integer
    INDEX_TYPE integer
    EXCHANGE_STATUS integer
    ASSCT_TICKER_SERIAL integer
    MIN_ORDER_SIZE integer
    IS_MANUALLY_MODIFIED integer
    TICK_SIZE integer
    DISPLAY_DECIMAL_PLACES integer
    ISIN_CODE_ICE string
    DIV_FREQ integer
    OPTIONS_AVAILABILITY integer
    QTY_TICK integer
    SOURCE_SHORT_ID string
    WATCHLIST integer
    DISP_CUR string
    SELECTED_ISIN_CODE string
  • ]
Loading...
Is this page helpful for you?