Default

Dividends 2 (Basic)

Get global dividends data.

get/stock/dividend2

Query parameters

symbolstring required

Symbol.

Response

successful operation

symbolstring

Symbol

Example response

{
  "symbol": "symbol",
  "data": [
    {
      "amount": 0.8008282,
      "exDate": "2000-01-23"
    },
    {
      "amount": 0.8008282,
      "exDate": "2000-01-23"
    }
  ]
}

Changes

Changed in 3 of the 35 revisions of this API.13

    • added the optional property data/items/amount to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/exDate to the response with the 200 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog