The story behind Tickerbot.

Tickerbot is the stock market API designed for agents. This page is the story of who we are and how we got here.

Who we are.

We’re David Spiro (co-founder & CEO) and Marc Auger (co-founder & CTO). We met as two of the first few employees at Bubble in 2018, helping build a visual programming language for shipping web apps without writing code. In 2022 we pointed no-code at algorithmic trading, a domain we’d been playing with on the side for fun. The side project turned into a company: we built nights and weekends around our day jobs until October 2025, when we both went full time. Today David owns product and GTM, and Marc owns DevOps and the data engine.

How we got here.

Every trading product we’ve shipped sat on the same stack: pull OHLCV from a feed, stand up a Postgres warehouse, compute the indicators and signals, index it all point-in-time so historical queries work, schedule the scans, wire up webhook delivery, then maintain the whole thing as data corrections come in. The feed was the easy step. The work was everything above it, and every build started the same way: weeks of plumbing before the first row came back.

The first was Tickerterm, a no-code platform for building and running trading algorithms: a hosted runtime that executed them for you, charts on par with TradingView, portfolio management, and, feeding it all, a warehouse of precomputed signals. When AI arrived, we pivoted the authoring to agent chat: explore ideas in conversation, generate the strategy code, hand it to the runtime. It worked, but it fought its own audience: people who build trading algorithms don’t want to run them in someone else’s stack. They already have execution through a brokerage, and they’re technical enough to manage their own runtime. They didn’t need ours.

So we took the technology underneath and put a mobile app on top to widen the audience: describe a setup in natural language, get a push notification when it fires. Same warehouse, same scans, simpler surface. It worked too, but we didn’t like who we were becoming: we’re technical, we wanted to serve a technical audience, and a consumer app is neither. We went back to the drawing board, looked at everything we’d built over the years, and decided to build what we wanted, not what we guessed others wanted. What we wanted was what Tickerbot is today.

This is the third, and the right one. The warehouse, the SQL grammar, and the webhook delivery had done the real work inside both prior products; this time they are the product. Every ticker a row, every signal a column. That’s Tickerbot: the entire market as one wide precomputed table. And we think it’s working, because it turns out there are a lot of people like us, people who just want to write the query, not rebuild the stack underneath it. And now the people are joined by agents, which can’t rebuild the stack at all.

What’s in the box.

Rows are tickers. Columns are signals. The table covers ~21,082 tickers: every US equity, plus the US Treasury curve, major FX pairs, spot metals, and major crypto pairs. Each row carries ~275 fields, from raw price to computed values (volume, RSI, MAs, ATR, gap math, position metrics, volatility), and ~152 condition flags (gap_up, at_52w_high, breakout, rsi_oversold, …), everything a market participant asks about, already a column. Each signal refreshes on its own cadence: live ones every minute during market hours, fundamentals daily, financials when issuers file.

Compose any mix of signals into a SQL WHERE clause, one grammar wherever a WHERE clause applies, and every read runs live, as of any date, or as a webhook subscription. Ten endpoint families front it:

Under the hood:

5M+ calls served.

What people are saying.

“dude. whoah.”
President, ShopifyHarley Finkelstein
“Tickerbot is insane. It turns Claude into a quant.”
Quantitative Finance MScLounes Vennema
“Best value for hobbyists and advanced traders alike.”
AI Engineer, ImergeRon Reid

Try it.

Read the docs →

Free plan: 10,000 calls a month, no card.