Skip to main content
Version: 1.2.0 - Production

Fixed Income - Get Ticker details

GET 

/fixed-income-tickers/keys/data

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

Request

Query Parameters

    source-id stringrequired

    The source id of the exchange you want to request ticker details. Source id has to be authorized for your account.

    keys string[]required
    response-type string

    Possible values: [json, csv, xml]

    Default value: json

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

    lang string

    The language requested.

    page int32

    Default value: 0

    The index of the page requested.

    rows int32

    Default value: 10

    Number of records per page 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.

    filter string[]
    required-fields string[]

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

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    response object
    numFound integer
    start integer
    docs object[]
  • Array [
  • KEY string
    LAST_UPDATED_ON string
    LAST_UPDATED_TIME date-time
    TICKER_SERIAL integer
    TICKER_ID string
    SOURCE_ID string
    ISIN_CODE string
    BLOOMBERG_SYMBOL string
    DISPLAY_TICKER string
    CURRENCY_ID string
    ID_BB_GLOBAL string
    STATUS integer
    CREATED_BY integer
    CREATED_DATE date-time
    MODIFIED_BY integer
    MODIFIED_DATE date-time
    CURRENCY_CORRECTION_FACTOR number
    EXCHANGE_STATUS integer
    INSTRUMENT_TYPE_ID integer
    TICKER_CLASS_L1 integer
    TICKER_CLASS_L2 integer
    TICKER_CLASS_L3 integer
    SHARIA_COMPLIANT integer
    TC1_DESC string
    TC2_DESC string
    TC3_DESC string
    ISSUER string
    MATURITY_DATE date-time
    COUPON_DATE_FIRST date-time
    COUPON_DATE_LAST date-time
    COUPON_DATE_BEFORE_LAST date-time
    PAR_VALUE number
    MINIMUM_PIECE number
    MINIMUM_INCREMENT number
    RATING_SNP string
    RATING_MOODY string
    RATING_FITCH string
    COUPON_TYPE integer
    COUPON_FREQUENCY integer
    COUPON_RATE number
    FLOATING_COUPON_A number
    COUPON_DAY_COUNT integer
    ULTIMATE_PARENT_ISSUER_ID string
    FRACTIONAL integer
    ULTIMATE_PARENT_ISSUER_NAME string
    ULTIMATE_PARENT_ISSUER_COUNTRY_CODE string
    TENOR integer
    BOND_NAME string
    STORE_SUMMARY integer
    ISSUANCE_DATE date-time
    BOND_FULL_NAME string
    SETTLEMENT_IN_DAYS integer
    AMOUNT_ISSUED number
    AMOUNT_OUTSTANDING number
    ODD_COUPON integer
    COUPON_TYPE_DESCRIPTION string
    COUPON_FREQUENCY_DESCRIPTION string
    COUPON_DAY_COUNT_DESCRIPTION string
    ODD_COUPON_DESCRIPTION string
    INTEREST_ACR_DATE date-time
    COMPANY_ID integer
    COMPANY_TYPE_ID integer
    ISSUER_COUNTRY string
    ISSUER_NAME string
  • ]
Loading...
Is this page helpful for you?