Skip to main content
Version: 1.1.1

CA Detail For Given List Of Tickers

GET 

/corporate-actions/keys/data

This service is used to get the corporate action data specified by request parameter keys.

Request

Query Parameters

    keys string[]required

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

    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.

    required-fields string[]

    Required corporate action type.

    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
    response object
    EFFECTIVE_DATE string
    CD_PERIOD string
    CORP_ACT_TYPE string

    Find CA types here

    CURRENCY_ID string
    DIVIDEND_AMOUNT string
    RIGHTS_END_DATE string
    ACTION_PRIORITY string
    SOURCE_ID string
    NUMBER_OF_SHARES string
    LAST_UPDATED_ON string
    TICKER_ID string
    ANN_DATE string
    NUMBER_OF_SHARES_NEW string
    ACTION_ID string
    SPLIT_FACTOR string
    CD_YEAR string
    ISSUE_PRICE string
    NUMBER_TREASURY_STOCKS string
    PERIOD_END_DATE string
    EVENT_LABEL string
Loading...
Is this page helpful for you?