Endpoints · Tickers
Ticker event log
GET
https://api.tickerbot.io/v2/tickers/{ticker}/eventsReturns dividends, splits, and insider transactions for the ticker, newest-first, in a unified envelope. Each event has a `ts`, a `kind`, and a `payload` whose shape depends on the kind. (Analyst rating changes are a separate feed: `/v2/analyst/events`.)
Plan access
Included on every plan.
Rate limit
Hobby 600/min · Pro 2,000/min · Scale 10,000/min.
History
All-time on every paid plan.
Query parameters
stringrequiredTicker symbol.
stringFilter by event kind. Omit for all three merged into one timeline.
stringReturn events strictly before this date (YYYY-MM-DD). Back-paging cursor; pass the previous response's `next_cursor`.
integerdefault 100Page size. Max 1000.
Status codes
200Page of events with
as_of, ticker, kind, count, next_cursor, and events.400Invalid ticker or invalid kind.