Financial Modeling Prep · AsyncAPI Specification
Financial Modeling Prep WebSocket API
Version stable
Real-time market data streaming from Financial Modeling Prep. Authenticate with a login event carrying your API key, then subscribe to tickers or predefined market streams. Derived from the Websockets section of the official FMP API documentation (no provider-published AsyncAPI exists).
View Spec
View on GitHub
Financial DataMarket DataStocksQuotesFundamentalsFinancial StatementsHistoricalAsyncAPIWebhooksEvents
Channels
stream
Single duplex channel: send login/subscribe/unsubscribe events, receive login confirmations, quote updates, and heartbeats.
Messages
login
login
Authenticate with API key
subscribe
subscribe
Subscribe to tickers (tickers) or a market stream (stream)
unsubscribe
unsubscribe
Unsubscribe a ticker or market stream
loginResponse
loginResponse
Login confirmation
quote
quote
Real-time quote update
heartbeat
heartbeat
Connection heartbeat
Servers
wss
standard
Standard WebSocket server (login event with API key).
wss
socketio
Socket.IO server (same login/subscribe semantics over the Socket.IO protocol).