Default

Dividends

Get dividends data for common stocks going back 30 years.

get/stock/dividend

Query parameters

symbolstring required

Symbol.

fromstring date required

YYYY-MM-DD.

tostring date required

YYYY-MM-DD.

Response

successful operation

symbolstring

Symbol.

datestring date

Ex-Dividend date.

amountnumber float

Amount in local currency.

adjustedAmountnumber float

Adjusted dividend.

payDatestring date

Pay date.

recordDatestring date

Record date.

declarationDatestring date

Declaration date.

currencystring

Currency.

freqstring
<p>Dividend frequency. Can be 1 of the following values:</p><ul> <li><code>0: Annually</code></li> <li><code>1: Monthly</code></li> <li><code>2: Quarterly</code></li> <li><code>3: Semi-annually</code></li> <li><code>4: Other/Unknown</code></li> <li><code>5: Bimonthly</code></li> <li><code>6: Trimesterly</code></li> <li><code>7: Weekly</code></li> </ul>

Example response

[
  {
    "date": "2000-01-23",
    "symbol": "symbol",
    "amount": 0.8008282,
    "declarationDate": "2000-01-23",
    "adjustedAmount": 6.0274563,
    "freq": "freq",
    "recordDate": "2000-01-23",
    "currency": "currency",
    "payDate": "2000-01-23"
  }
]

Changes

Changed in 5 of the 35 revisions of this API.21013

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

      response-optional-property-added

    • api tag Default added

      api-tag-added

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

  • 26499f908d7818See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property adjustedAmount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property amount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property currency from the response with the 200 status

      response-optional-property-removed

    • removed the optional property date from the response with the 200 status

      response-optional-property-removed

    • removed the optional property declarationDate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property payDate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property recordDate from the response with the 200 status

      response-optional-property-removed

    • removed the optional property symbol from the response with the 200 status

      response-optional-property-removed

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

    • removed the optional property Amount from the response with the 200 status

      response-optional-property-removed

    • removed the optional property Date from the response with the 200 status

      response-optional-property-removed

    • added the optional property adjustedAmount to the response with the 200 status

      response-optional-property-added

    • added the optional property amount to the response with the 200 status

      response-optional-property-added

    • added the optional property date to the response with the 200 status

      response-optional-property-added

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

  • c5b8e420b78c18See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • api tag Default removed

      api-tag-removed

    • added the optional property Amount to the response with the 200 status

      response-optional-property-added

    • added the optional property Date to the response with the 200 status

      response-optional-property-added

    • added the optional property currency to the response with the 200 status

      response-optional-property-added

    • added the optional property declarationDate to the response with the 200 status

      response-optional-property-added

    • added the optional property payDate to the response with the 200 status

      response-optional-property-added

    • added the optional property recordDate to the response with the 200 status

      response-optional-property-added

    • added the optional property symbol to the response with the 200 status

      response-optional-property-added

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