Stream API Intro
The stream API provides a live stream (aka feed) of newly published articles. Common use cases are
- A better alternative to brokers' inbuilt news streams
- Quants generating alpha signals in real-time for quantitative trading strategies
- Informing traders and investors in real-time when a new SEC
8-K
or10-Q
filing is published - Investment advisers providing their clients with real-time email alerts
You can connect to the streaming server using socket.io or websocket. Once connected, you will receive new articles in JSON format. You can use Python, Node.js, React or any other framework and language supporting socket.io or websocket clients.