Retrieve a rating with WSO ID of {splitId} for Equity with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of Equity
integer
Required
splitId
WSO ID of split
integer
Required
AssetId
/// The WSO ID of the asset
integer
EffectiveDate
The effective date of the split
date
Id
The WSO ID for this object
integer
QuantityFrom
The quantity prior to the stock split
decimal number
QuantityTo
The quantity after the stock split
decimal number
SplitName
The description of the stock split
string
{ "id": 1, "splitName": "sample string 2", "assetId": 3, "effectiveDate": "2024-11-23T01:25:48.148764-06:00", "quantityFrom": 5.1, "quantityTo": 6.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" } ] }
<Split xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.SecurityMaster.Models.v1"> <AssetId>3</AssetId> <EffectiveDate>2024-11-23T01:25:48.148764-06:00</EffectiveDate> <Id>1</Id> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <QuantityFrom>5.1</QuantityFrom> <QuantityTo>6.1</QuantityTo> <SplitName>sample string 2</SplitName> </Split>