Rights
Retrieve rights issue information for a specific company over the latest 5 years.
GET/3.0/payouts/rights
Description
This endpoint provides rights issue data for a specific company covering the last 5 years. It includes subscription details, pricing, ratios, and key dates for tracking equity raise opportunities and shareholder dilution effects.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
symbol | string | Yes | Stock symbol/ticker code | WAFI |
Response
Success Response (200)
{
"status": "ok",
"message": "",
"data": [
{
"id": "WAFI_20241115",
"symbol": "WAFI",
"title": "Right Issue Announcement",
"date": "2024-11-15",
"ex_date": "2024-11-10",
"book_closure_from": "2024-11-12",
"book_closure_to": "2024-11-14",
"entitlement_date": "2024-11-09",
"right_price": 10.0,
"right_issue": 25.0
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique rights issue record identifier |
symbol | string | Stock symbol/ticker code |
title | string | Rights issue announcement title |
date | string | Announcement/publication date (YYYY-MM-DD) |
ex_date | string | Ex-rights date |
book_closure_from | string | Book closure start date |
book_closure_to | string | Book closure end date |
entitlement_date | string | Entitlement date for rights |
right_price | number | Rights issue subscription price per share |
right_issue | number | Rights issue ratio (percentage) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Missing Symbol (200)
{
"status": "error",
"message": "'symbol' parameter not provided"
}
Examples
Get Rights Issues
curl -X GET "https://csapis.com/3.0/payouts/rights?symbol=WAFI" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Rights Tracking: Monitor upcoming rights offerings
- Investment Decisions: Evaluate rights subscription opportunities
- Shareholder Dilution Analysis: Calculate dilution impact of new rights
- Capital Raise Monitoring: Track company capital raise activities
- Valuation Adjustments: Adjust valuations for rights dilution
- Subscription Planning: Plan rights subscriptions based on investment strategy
- Financial Calendar: Maintain calendar of important rights dates