GET /dividends/recent returns, including the company name and sector. No query parameters.
This channel works differently from Prices, Market Snapshot, Indices, and Forex Rates. Dividends are an append-only log, not a value that changes in place, so there’s no current state to repeat on every update. See Message format below.
Message format
snapshot arrives once on connect with the 20 most recent dividend records, so you have context right away. Every update after that contains only the dividends recorded since your last message: never the full history again, and never one you’ve already received.
update can contain more than one dividend if several were recorded within the same five-second check interval. If nothing new was recorded, no update message goes out at all.
See Errors for connection-level error codes. This channel takes no parameters, so nothing about it specifically can fail.