Skip to main content
All APIs

Live Streams

Market Data APIs

Stream or fetch instrument prices, snapshots, and trading context with a structure suitable for dashboards and research tools.

GETWSOptimized for near real-time reads
1

Data delivery options

Different use cases need different delivery patterns, from polling to live push-based updates.

  • Use snapshot endpoints for static quote loads.
  • Use streaming channels for watchlists and market depth surfaces.
  • Cache instrument metadata separately from frequently changing price data.
2

Designing resilient dashboards

The best market data experiences degrade gracefully instead of failing hard during transient issues.

  • Display last updated timestamps when fresh ticks are delayed.
  • Batch requests for broad screeners and overview pages.
  • Keep fallback UI states ready for closed markets and exchange pauses.
3

Practical usage guidance

Market data becomes more useful when the UI makes freshness, source, and state visible to users.

  • Label delayed, live, and historical views clearly.
  • Separate quote retrieval from chart history retrieval in your architecture.
  • Use server-side caching for repeated instrument metadata calls.

More API Modules

Explore other integration areas

Access Control

Authentication APIs

Secure session setup, token exchange, and credential validation for teams building on EZ Wealth infrastructure.

Execution

Order Workflow APIs

Create, modify, track, and reconcile order flows with predictable request patterns for trading operations.

Reporting

Portfolio & Reports APIs

Access holdings, positions, realized summaries, and account-level reporting data for internal or client-facing interfaces.