Get Corporate Actions for a Security
Fetch all impending corporate actions for a specific security
Introduction
This GET endpoint enables you to fetch the list of all impending corporate actions of a specific security by providing its ticker symbol.
There are four required parameters that must be provided in the request:
Authorization (header). This is the authorization token from the very first token request. The value of this header must have the following format:
Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).API version (path). Unless necessary, leave it at "1.0".
symbol (query). This is the ticker symbol of the security for which corporate actions must be fetched.
Here's the final template for this API request:
Response
In response to this API request, you'll receive a JSON file containing the list of the recent and impending corporate actions of the specified security.
Common Mistakes
Here are some of the common mistakes that developers make when attempting to retrieve the corporate actions of a specific security.
Failing to Specify the Query Parameters
It's crucial to understand that the security parameter must be provided in the request; otherwise you'll receive the 404 status code.
Last updated