Skip to main content
Version: 1.0.0

CA list For Given Exchange

GET 

/corporate-actions/source/keys

This service is used to get the request keys for the corporate action records of an exchange specified by the request parameter source-id.

Request

Query Parameters

    source-id stringrequired

    Default value: NSDQ

    This service is used to get the latest corporate action data per symbol for all the symbols of an exchange specified by request parameter source-id.

    action-type string

    Required corporate action type.

    start-date string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The start date of the range for filtering records on EFFECTIVE_DATE.

    end-date string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The end date of the range for filtering records on EFFECTIVE _DATE.

    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.

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?