Skip to main content
Version: 1.1.0

Get EOD Source Data

GET 

/eod/source/data

This service is used to get the eod data specified by request parameter source id.

Request

Query Parameters

    source-id stringrequired

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

    Example: NSDQ

    ticker-id string

    Example: NSDQ

    last-update-time string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    Date should be in yyyyMMddHHmmss format and this will apply a 'greater than or equal' filter

    required-fields array

    Provide the fields which need to be received in the response. If required-fields not provided, all fields will be received in the response.

    Example: TICKER_ID,SOURCE_ID,LAST_UPDATED_ON

    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.

    time int64

    Send any value to receive disabled cache responses

    Example: 123

    filter string[]

    This can be use to apply custom complex queries. NOTE: Filter parameter values containing backslashes('') should be encoded.(ex: Encode TICKER_ID:ACN\26M16\290.0 as TICKER_ID:ACN%5C26M16%5C290.0)

    Example: TICKER_ID:AAPL

    sort-field string

    Default value: LAST_UPDATED_ON

    Response will be sorted depending on this field.

    sort-asc boolean

    Default value: false

    Should the response be sorted in ascending order.

Responses

OK

Schema
    grouped object
    TRANSACTION_DATE object
    matches integer
    groups object
    doclist object
    docs object[]
  • Array [
  • ID string
    KEY string
    TICKER_SERIAL int64
    TICKER_ID string
    SOURCE_ID string
    INSTRUMENT_TYPE_ID int64
    TRANSACTION_DATE string
    OPEN double
    HIGH double
    LOW double
    CLOSE double
    VOLUME int64
    NUMBER_OF_TRADES int64
    TURNOVER double
    VWAP double
    CHANGE double
    PCT_CHANGE double
    PREV_CLOSED double
    CF_IN_COUNT int64
    CF_IN_VOLUME int64
    CF_IN_TURNOVER double
    CF_OUT_COUNT int64
    CF_OUT_VOLUME int64
    CF_OUT_TURNOVER double
    LAST_UPDATED_ON string
    MARKET_CAP double
    CONTRIBUTOR string
    IS_ANN int64
    SPLIT_ACT string
    NEWS_PROVIDER string
    LASTTRADEPRICE double
    BESTBIDPRICE double
    BESTASKPRICE double
    TOTAL_BID_QTY int64
    TOTAL_ASK_QTY int64
    INCREMENT_ID double
    BEST_BID_QTY int64
    BEST_ASK_QTY int64
    SNAPSHOT_TYPE string
    FREE_FLOAT_MARKET_CAP double
    TOTAL_STOCKS int64
    AVG_PRICE double
    ADJUSTED_DATE string
  • ]
Loading...
Is this page helpful for you?