Saturday, June 27, 2026
Developer API

REST API reference.

JSON over HTTPS. Authenticate with an API key via theX-API-Keyheader. Rate limits depend on subscription tier.

Quickstart

curl https://api.ceobuysell.com/v1/insiders?symbol=AAPL&type=buy \
  -H "X-API-Key: $CEOBUYSELL_KEY"

Endpoints

MethodPathParametersDescription
GET/api/v1/insiderssymbol, executive, role, type, region, from, to, page, limitList insider transactions.
GET/api/v1/insiders/{id}Single transaction with filing metadata.
GET/api/v1/iposregion, sector, status, from, to, page, limitIPOs by status and region.
GET/api/v1/ipos/{id}IPO detail and prospectus link.
GET/api/v1/performance/{symbol}range = 1m | 6m | 1y | 5yPrice history and fundamentals.
GET/api/v1/performance/{symbol}/financialstype = income | balance | cash | earningsFinancial statements.
POST/api/v1/alertsJSON: symbol, kind, threshold, channelCreate alerts (Pro+).

Generate keys from your dashboard under API Keys. All requests are logged.