API & WEBHOOKS

Market events, streamed the moment they matter.

Build real-time alerts, dashboards, automations, and trading workflows on top of Stocklet's event stream. Subscribe once and receive clean, structured payloads for the signals your product needs.

wss://api.stocklet.com
Live stream
insider_trade.created

NVDA · Jensen Huang · Purchase · $3.47M

Subscribe
Verify
Deliver
<100msDelivery latency
5+Event types
WebSocketTransport

DEVELOPER PLAYGROUND

Choose an event. Copy the integration.

Connection & subscription
stream.v1
const ws = new WebSocket(
  "wss://api.stocklet.com/v1/stream"
);

ws.onopen = () => {
  ws.send(
    JSON.stringify({
      action: "subscribe",
      symbols: ["AAPL", "TSLA"],
      types: ["insider_trades"]
    })
  );
};

ws.onmessage = (event) => {
  const data = JSON.parse(event.data);
  console.log(data);
};
Example response
JSON
{
  "type": "insider_trade",
  "symbol": "NVDA",
  "receivedAt": "2026-06-17T10:30:22Z",
  "data": {
    "insider": "Jensen Huang",
    "position": "CEO",
    "transaction": "Purchase",
    "shares": 25000,
    "value": 3475000
  }
}
Banner background

Never miss a market-moving event again

Get real-time alerts for earnings, insider trades, SEC filings, breaking news, and price movements — all in one app.

Explore Features
Stocklet app

FAQ

Questions investors ask before using Stocklet

Quick answers about alerts, coverage, and how Stocklet fits into a market workflow.

What is the best stock alert app?

Stocklet helps you stay informed with real-time alerts for price changes, insider trades, breaking news, earnings, analyst ratings, and press releases. Download Stocklet to add stocks to your watchlist and customize the alerts you want.

How can I get real-time stock alerts?

Install the Stocklet app to add your favorite stocks to your watchlist and enable the alerts you want. Receive real-time notifications for price changes, news, earnings, insider trades, and more.

How can I get insider trading alerts for a specific stock?

Download the Stocklet app and enable Insider Trading Alerts for your favorite stock. You'll receive push notifications whenever insiders report buying or selling shares through SEC Form 4 filings.

How can I get notified when a company publishes its earnings?

Download the Stocklet app and enable Earnings Alerts for your favorite company. You'll receive a push notification as soon as the company publishes its earnings report.

How can I create a price alert for a stock?

Download the Stocklet app and create a custom price alert for your favorite stock. Choose a target price or percentage change and get notified instantly when it's reached.

How can I get breaking news alerts for a specific stock?

Download the Stocklet app and enable Breaking News Alerts for your favorite company. Stocklet will instantly notify you whenever important news is published about that stock.