/v2/{feed}
Stock market data stream. After connecting, the server sends a `[{"T":"success","msg":"connected"}]` control message. The client then sends an `auth` message, receives `[{"T":"success","msg":"authenticated"}]`, and sends `subscribe` messages. The server thereafter pushes arrays of data messages (trades, quotes, bars, etc.) for the subscribed symbols.
Channel address
Parameters
feed— The stock data feed (iex, sip, delayed_sip, test).
Operations
Messages
application/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonapplication/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.