Retrieve list of dividends for Equity with a WSO ID of {id}.
https://api-ppc.wsohosting.com/
There are no limitations specified.
id
WSO ID of Equity
integer
Required
{
"items": [
{
"dividendName": "sample string 3",
"declaredDate": "2025-11-08T05:37:16.766508-05:00",
"amount": 4.1,
"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"
}
]
},
{
"dividendName": "sample string 3",
"declaredDate": "2025-11-08T05:37:16.766508-05:00",
"amount": 4.1,
"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"
}
]
}
],
"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"
}
]
}
<NonPagedListOfDividendListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Items>
<DividendListItem>
<Amount>4.1</Amount>
<DeclaredDate>2025-11-08T05:37:16.766508-05:00</DeclaredDate>
<DividendName>sample string 3</DividendName>
<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>
</DividendListItem>
<DividendListItem>
<Amount>4.1</Amount>
<DeclaredDate>2025-11-08T05:37:16.766508-05:00</DeclaredDate>
<DividendName>sample string 3</DividendName>
<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>
</DividendListItem>
</Items>
<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>
</NonPagedListOfDividendListItem>