Get Stock Split Asset Changes
POST/v1alpha1/issuers/:issuerId/securities:stockSplitChanges
Scope(s): read_issuer_info
For a set of securities you hold and a reference time, reports whether a stock split has occurred for the issuer since that time and, for each affected security, its pre- and post-split quantity and price. Store the returned asOf timestamp and send it back as since on the next request to reconcile incrementally. Up to 1000 securities may be requested per call; hold more than that and you must page through them in batches.
splitOccurredSince can be true while affectedAssets is empty: a split occurred for the issuer, but none of the securities in your request were affected.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
Returned if required fields are omitted or if provided fields fail validation.
Returned if a valid Authorization header has not been included with the request.
Returned when the user does not have permission to access the resource.
Returned if an unexpected internal server error is encountered.
An unexpected error response.