Skip to main content
GET
/
v1
/
stock
/
dividend2
Get Dividend History
curl --request GET \
  --url https://api.aries.com/v1/stock/dividend2 \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "dividend": [
      {
        "exDate": "2025-05-10",
        "amount": 0.25999999046325684
      },
      {
        "exDate": "2025-08-11",
        "amount": 0.25999999046325684
      },
      {
        "exDate": "2025-11-10",
        "amount": 0.25999999046325684
      }
    ],
    "symbol": "AAPL"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

Response

Successful response

data
object

Dividend history data wrapper