Retrieve a rating with WSO ID of {dividendId} for equity with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
dividendId
WSO ID of dividend
integer
Required
id
WSO ID of Equity
integer
Required
Amount
The dividend amount in shares or cash
decimal number
AssetId
The WSO ID of the asset
integer
DeclaredDate
The day on which a corporation announces the dividend
date
DestinationId
The WSO ID of the asset disbursed as a dividend
integer
DestinationTypeId
The asset type of a dividend disbursement by ID value
integer
DividendName
The dividend name/description
string
ExDividendDate
The date a stock trades without dividends
date
Id
The WSO ID of the dividend item
integer
PayableDate
The date the dividend payment is sent
date
RecordDate
The date on which you must be the owner of record in order to receive the dividend payment
date
{ "id": 1, "dividendName": "sample string 2", "amount": 3.1, "assetId": 4, "declaredDate": "2024-11-23T01:43:35.4983261-06:00", "destinationId": 1, "destinationTypeId": 1, "dividendTypeId": "Cash", "exDividendDate": "2024-11-23T01:43:35.4983261-06:00", "payableDate": "2024-11-23T01:43:35.4983261-06:00", "recordDate": "2024-11-23T01:43:35.4983261-06:00", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<Dividend xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Amount>3.1</Amount> <AssetId>4</AssetId> <DeclaredDate>2024-11-23T01:43:35.4983261-06:00</DeclaredDate> <DestinationId>1</DestinationId> <DestinationTypeId>1</DestinationTypeId> <DividendName>sample string 2</DividendName> <DividendTypeId>Cash</DividendTypeId> <ExDividendDate>2024-11-23T01:43:35.4983261-06:00</ExDividendDate> <Id>1</Id> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <PayableDate>2024-11-23T01:43:35.4983261-06:00</PayableDate> <RecordDate>2024-11-23T01:43:35.4983261-06:00</RecordDate> </Dividend>