Skip to main content
GET
Divyield History

Authorizations

Authorization
string
header
required

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

Query Parameters

start_date
string | null

Start date in 'YYYY-MM-DD' format. If not provided, fetches from beginning

Example:

"2024-01-01"

end_date
string | null

End date in 'YYYY-MM-DD' format. If not provided, fetches until today

Example:

"2024-12-31"

symbol
string
required

Stock symbol(s). Single or comma-separated

Examples:

"AAPL"

"AAPL,MSFT,GOOG"

Response

Successful Response

Last modified on September 21, 2026