View as markdown
Getting started

Build

Seven things people build on the table, each in a handful of calls. Every step is a real request with its captured response.

BuildWhat it is
ScreenerOne SQL WHERE clause screens every ticker server-side.
BacktesterAs-of scans give point-in-time candidate sets with no look-ahead or survivorship bias.
Alert botWrite the condition in SQL, get a push when it fires.
Trading algorithmDefine the entry and exit condition in one SQL q, backtest it as of any past moment, run it live as a webhook.
AI trading agentThe market as native MCP tool calls: raw and precomputed in one answer, so the model spends context on decisions.
Fintech appOne row per ticker with every signal, aligned series for the widgets, websocket push for freshness.
Custom signalDefine an indicator once as a SQL predicate and it works everywhere a built-in does.

Before you build

Every guide assumes a key (Authentication, free, no card) and the one idea under all of them: every ticker is a row, every signal is a column, and a build is a WHERE clause on it, read live, as of any past moment, or as a webhook subscription. The Quickstart is the first call.