View as markdown
Endpoints · Tickers

Ticker event log

GEThttps://api.tickerbot.io/v2/tickers/{ticker}/events

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

stringrequired

Ticker symbol.

string

Filter by event kind. Omit for all three merged into one timeline.

string

Return events strictly before this date (YYYY-MM-DD). Back-paging cursor; pass the previous response's `next_cursor`.

integerdefault 100

Page size. Max 1000.

200
Page of events with as_of, ticker, kind, count, next_cursor, and events.
400
Invalid ticker or invalid kind.