Skip to main content

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

NameTypeRequiredDescriptionExample
symbolstringYesStock symbol/ticker codeWAFI

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

FieldTypeDescription
idstringUnique rights issue record identifier
symbolstringStock symbol/ticker code
titlestringRights issue announcement title
datestringAnnouncement/publication date (YYYY-MM-DD)
ex_datestringEx-rights date
book_closure_fromstringBook closure start date
book_closure_tostringBook closure end date
entitlement_datestringEntitlement date for rights
right_pricenumberRights issue subscription price per share
right_issuenumberRights 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