Clock & calendar
Alpaca-shaped market timing. The sandbox runs on a simulated clock you can fast-forward.
GET /v1/clock
json
{
"timestamp": "2026-06-14T11:00:00+03:00",
"is_open": true,
"next_open": "2026-06-15T10:00:00+03:00",
"next_close": "2026-06-14T14:30:00+03:00"
}Identical shape to Alpaca's GET /v2/clock.
GET /v1/calendar
Trading days with their session times and settlement date. Query start / end (YYYY-MM-DD, inclusive; default today → +30 days).
json
{ "calendar": [
{ "date":"2026-06-14", "open":"10:00", "close":"14:30",
"session_open":"1000", "session_close":"1430",
"settlement_date":"2026-06-16" }
] }EGX trades Sun–Thu, 10:00–14:30 Africa/Cairo, settling T+2. Identical shape to Alpaca's GET /v2/calendar.