A live stream instead of polling
Instead of periodically polling the EDGAR archive for updates, applications can subscribe to a live stream that delivers filing notifications immediately after they are discovered. This enables systems to react to new regulatory disclosures without repeatedly querying historical datasets.
When a client connects to the WebSocket API, the server first delivers a short backlog of recently discovered filings to establish a consistent starting point. After the backlog has been transmitted, every newly published filing is streamed as it becomes available, allowing applications to maintain an up-to-date view of SEC activity through a single persistent connection.
