Announcements AGM & EOGM Meetings
Retrieve calendar of Annual General Meetings (AGM) and Extraordinary General Meetings (EOGM) scheduled across the market.
GET/3.0/announcements/eogm-agm
Description
This endpoint returns a comprehensive calendar of AGM and EOGM events scheduled by all PSX-listed companies within a specified date range.
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
from | string | Yes | Start date for calendar (YYYY-MM-DD format) | 2024-08-01 |
to | string | Yes | End date for calendar (YYYY-MM-DD format) | 2024-08-30 |
Response
Success Response (200)
{
"status": "ok",
"message": "",
"data": [
{
"date": "2022-08-30",
"time": "11:00",
"symbol": "FFL",
"city": "Lahore",
"type": "EOGM",
"period_ended": "2021-12-31"
},
{
"date": "2022-08-29",
"time": "12:30",
"symbol": "WAVES",
"city": "Lahore",
"type": "AGM",
"period_ended": "2021-12-31"
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
date | string | Meeting date (YYYY-MM-DD) |
time | string | Meeting time |
symbol | string | Stock symbol |
city | string | Meeting city/location |
type | string | Meeting type |
period_ended | string | Financial period ended date (YYYY-MM-DD) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Missing Date Parameters (200)
{
"status": "error",
"message": "`from` and `to` parameters required"
}
Examples
Get AGM & EOGM Calendar
curl -X GET "https://csapis.com/3.0/announcements/eogm-agm?from=2024-08-01&to=2024-08-30" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Meeting Calendar: Build shareholder meeting calendar
- Record Date Planning: Know record dates for voting eligibility
- Dividend Announcements: Track AGMs where dividends are typically announced
- Board Elections: Monitor elections of new directors
- Shareholder Rights: Track when shareholders can exercise voting rights
- Corporate Governance: Monitor corporate governance events