Market events (calendar)
The single source for the trading and corporate calendar — trading holidays, earnings dates, board meetings, AGMs, dividend and coupon dates, bond auctions, IPOs, and new listings. Events are chronological (by event_date) and bilingual.
This is the agenda calendar. For "is the session open right now / which days are trading days," see Clock & calendar — trading holidays seeded here also back the EGX trading calendar at boot.
The calendar lists what is scheduled, with dates — no ranking, no "important" flag, no urgency framing (FRA Decision 332).
GET /v1/calendar/events
List calendar events in date order. Optional filters:
| Query | Effect |
|---|---|
market_id | one market (e.g. EGX) |
type | one event_type (see taxonomy below) |
symbol | events tied to one instrument |
{
"events": [
{
"id": 1042,
"market_id": "EGX",
"symbol": "COMI",
"event_type": "agm",
"event_date": "2026-06-20T00:00:00Z",
"title": "COMI Annual General Meeting",
"title_ar": "الجمعية العامة السنوية لـ COMI",
"source": "egid"
}
],
"ordering": "chronological"
}Event-type taxonomy
event_type | What it is |
|---|---|
trading_holiday | the exchange is closed (also feeds the trading calendar) |
earnings | scheduled earnings release |
board_meeting | issuer board meeting |
agm | annual general meeting |
dividend | dividend-related date |
coupon | fixed-income coupon date |
bond_auction | primary bond / bill auction |
ipo | initial public offering |
listing | new instrument listing |
| Field | Notes |
|---|---|
symbol | the related instrument, when the event is instrument-specific; omitted for market-wide events |
event_date | RFC-3339 date |
title / title_ar | display title (English / Arabic) |
source | provenance, e.g. egid (exchange) or mcdr (registry) |
Holidays are also the trading calendar.
trading_holidayevents are the source of truth for which days the EGX is closed — the/v1/calendartrading days and the market clock read from the same rows.