- Historical Quotes (Chart)
- Market Data
- Dividend
- Earning & Revenue
- Analysting
- Company
- Financial Statement
- Insider (Executives&Employee)
- Congressman (Senator&Representative)
- 13F institution
- ETF
- News
- Forex
- Commodity
- Stock
- Market Index
- Global Interests
- Schedule Calendar
- IPO
Dividend Records
GET
/dividend/{ticker}
Request
Path Params
ticker
string
required
Example:
MSFT
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://your-api-server.com/dividend/MSFT'
Responses
🟢200OK
application/json
Body
array of:
exDividendDate
string
Date
recordDate
string
Date
paymentDate
string
Date
dividend
number
required
adjustedDividend
number
required
Example
[
{
"exDividendDate": "string",
"recordDate": "string",
"paymentDate": "string",
"dividend": 0,
"adjustedDividend": 0
}
]
Modified at 2024-08-20 10:27:11