Corporate Actions
This page documents what corporate actions Dinari supports, and how they are handled.
When an underlying security undergoes a change like a split, dividend, ticker update, or merger (known as a corporate action), those updates must be reflected on the dShare token and your ledger. This section outlines the corporate actions Dinari supports, how we process them, and how to handle them in your API integration.
Supported Corporate Actions
We process corporate actions for all supported assets and automatically reflect these events on the Dinari platform. For specific details, refer to the dedicated page for each corporate action type. There you will find our handling procedures, partner integration diagrams, SDK examples, and a readiness checklist.
- Dividends - Cash distributions paid to holders
- Stock Splits - Both forward and reverse splits
- Ticker Changes - Symbol, Name, and CUSIP changes
- Mergers - Cash, Stock, and Mixed-consideration deals
Monitoring for Corporate Actions
Dinari maintains numerous Market Data endpoints which provide users with news regarding corporate actions for all assets we issue. We advise all partners to regularly check these endpoints to be aware of any upcoming major events to prevent unnecessary downtime.
| What you want to know | Where to look |
|---|---|
| Upcoming and in-progress splits | GET /api/v2/market_data/stocks/splits |
| Splits for one stock | GET /api/v2/market_data/stocks/{stock_id}/splits |
| Announced dividends for a stock | GET /api/v2/market_data/stocks/{stock_id}/dividends |
| Dividends actually paid to an account | GET /api/v2/accounts/{account_id}/dividend_payments |
| Current positions, per chain | GET /api/v2/accounts/{account_id}/portfolio |
Updated about 3 hours ago
