AsyncAPI channel · Finage · Finage WebSocket Market Data Stream

/

Single streaming channel. On connect the server sends ConnectionStatus messages, then real-time price update messages whose shape depends on the subscribed market (Finage message-type models Type2-Type10).

Provider: Finage AsyncAPI: v3.0.0 Spec: Finage WebSocket Market Data Stream Operations: 1 Messages: 8

Channel address

/

Operations

receive
receivePrices
Receive real-time price updates for subscribed symbols.

Messages

ConnectionStatus
Connection lifecycle status messages sent after connecting.
Content-Type:
Type2Model
Forex quote with daily change (Finage Type2Model).
Content-Type:
Type3Model
Crypto trade with daily change (Finage Type3Model).
Content-Type:
Type4Model
US stock quote (Finage Type4Model).
Content-Type:
Type5Model
Crypto trade (Finage Type5Model).
Content-Type:
Type6Model
Forex quote (Finage Type6Model).
Content-Type:
Type8Model
Stock quote with daily change (Finage Type8Model).
Content-Type:
Type10Model
ETF quote with daily change (Finage Type10Model).
Content-Type:

About 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.