Skip to content
Partner API Docs

Quotes, Movers, and Market Status

Fetch single or batch quotes, movers, exchange status, settlement calendars, and holidays for African markets.

Quotes

Use GET /market/quotes?symbols=SCOM.KE,MTN.ZA for up to 50 symbols per request. Unresolved symbols appear in not_found without failing the whole batch. Use GET /stocks/{symbol} for a detailed single-instrument response.

Market state

  • GET /market/status reports whether an exchange is open and its next open time.
  • GET /market/holidays provides forward-looking closures.
  • GET /market/movers ranks instruments by movement.
  • GET /market/settlement describes market settlement cycles and execution targets.

Use market status and holidays before submitting orders. A quote can be valid while an exchange is closed; order acceptance and execution remain subject to market hours, halts, auctions, and dealing rules.

All responses are read-only and data-key safe. See Rate Limits for batch and polling strategy.

Was this page useful?

Your signal helps us tighten partner onboarding docs.

Last updated on

On this page