Skip to content

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:

QueryEffect
market_idone market (e.g. EGX)
typeone event_type (see taxonomy below)
symbolevents tied to one instrument
json
{
  "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_typeWhat it is
trading_holidaythe exchange is closed (also feeds the trading calendar)
earningsscheduled earnings release
board_meetingissuer board meeting
agmannual general meeting
dividenddividend-related date
couponfixed-income coupon date
bond_auctionprimary bond / bill auction
ipoinitial public offering
listingnew instrument listing
FieldNotes
symbolthe related instrument, when the event is instrument-specific; omitted for market-wide events
event_dateRFC-3339 date
title / title_ardisplay title (English / Arabic)
sourceprovenance, e.g. egid (exchange) or mcdr (registry)

Holidays are also the trading calendar. trading_holiday events are the source of truth for which days the EGX is closed — the /v1/calendar trading days and the market clock read from the same rows.

Embedded investing infrastructure for the Egyptian Exchange. Sandbox runs on simulated money.