Stock signals, embedded in your app

Build a screener app, alert newsletter, Discord signal bot, or retail trading product. Each of your users gets their own webhook subscriptions with isolated signing secrets, billed under one Scale account ($199/mo).

POST /v2/webhooks

Per-user subscriptions, one account

Your users describe what they want to be alerted on; you forward the description as a SQL clause. Each subscription is isolated: its own signing secret, its own target URL, its own pause/retry lifecycle. You manage 100–100,000+ of them under a single Scale-tier API key.

subscription
// your user defines the alert
POST /v2/webhooks
{
  "name": "user_42 NVDA breakout",
  "q": "ticker='NVDA' AND breakout",
  "target_url": "https://yourapp.com/h/u_42"
}
response
201·subscription created
fieldvalue
idwhk_7a2c4e
useru_42
cadence1m
statusactive
signing_secretwhsec_…
target_urlapp.com/h/u_42

what you can build

What app developers build with Tickerbot

Per-user webhook alerts

Each subscriber gets isolated webhooks with signing secrets. Save their queries as named rules; scope alerts to per-user custom universes.

See how →

In-product screening

Let your users build screens in your UI. Translate to SQL, hit /scan, render JSON.

See how →

Embedded TA

Indicators as columns. Render charts, run conditions, expose to your end-users without a TA library.

See how →

comparison

Polygon + custom alerting infra vs Tickerbot

Polygon + custom alerting infra

Raw data + DIY everything else

  • Polygon gives you bars; you compute indicators and flags yourself
  • Per-user webhook delivery infra is yours to build and operate
  • Signal definitions drift across versions of your code
  • Historical replay requires your own warehouse

Tickerbot

Signals + webhooks, embedded in your product

  • Pre-computed signal flags; no TA library to maintain
  • Per-user subscriptions with isolated signing secrets
  • Stable flag vocabulary across releases
  • Historical replay via ?asof=; no warehouse required

works with your agent

Agents are experts at SQL. Hand them the loop.

Embed an agent inside your product that explains positions, monitors custom conditions, and acts on the same schema your users care about. Same vocabulary across every endpoint, agent-ready by design.

See the agent integration →

ship it

Get started