Market data for your
OpenClaw agent.

Install TickerDB from ClawHub and your agent gets market summaries, watchlists, event history, and more. One command. No config files.

One command. That's it.

Install the TickerDB skill from ClawHub and your agent immediately has access to every market data tool. No JSON config, no MCP wiring.

terminal
bash
$ clawhub install tickerdb

That's the entire setup. Your agent can now pull summaries, query ticker event history, and monitor watchlists — all from natural conversation.

Talk to it like a person.

No slash commands needed. No tool names to memorize. Just ask your agent what you want to know about the market.

You
How does INTC look right now?
Agent
INTC is in a confirmed downtrend, deep oversold for 8 consecutive days — that's a rare condition historically (95th percentile). Valuation is in the deep value zone. Volume is extremely high, which may indicate a selling climax. The combination of extreme oversold conditions and historically low valuation makes it a potential mean-reversion candidate.
You
When was the last time it was this oversold?
Agent
Looking at the historical events for INTC entering deep oversold: The last time was 4 months ago — it stayed deep oversold for 5 days before recovering. Price gained 12% in the 20 days after exiting. Before that, 11 months ago — a shorter 3-day episode followed by a 9% recovery over 2 weeks. The current episode at 8 consecutive days is the longest in the past 2 years. Historically, longer episodes have led to stronger mean-reversion moves.
You
Add both to my watchlist along with NVDA and check them every morning.
Agent
Done. I've added INTC, AMD, and NVDA to your watchlist. I'll check them every weekday at 9:35 AM ET and flag any notable changes — like if INTC exits oversold, if AMD's volume spikes further, or if NVDA's trend shifts.

Track state changes effortlessly.

Most market data APIs return point-in-time snapshots. TickerDB tracks state transitions — your agent sees what changed, not just what is.

json
{
  "ticker": "AAPL",
  "changes": [
    {
      "field": "rsi_zone",
      "from": "neutral",
      "to": "oversold"
    },
    {
      "field": "trend",
      "from": "uptrend",
      "to": "downtrend"
    }
  ]
}

What your agent sees.

Every tool returns categorical facts — not raw OHLCV data. Your agent can branch on "oversold" without needing to know what RSI > 70 means.

json
{
  "ticker": "NVDA",
  "trend": "strong_uptrend",
  "momentum": {
    "rsi_zone": "overbought",
    "macd_signal": "bullish"
  },
  "volatility": "high",
  "fundamentals": {
    "pe_zone": "above_historical_avg",
    "earnings_surprise": "positive"
  }
}

What your agent can call.

Every tool returns categorical, pre-computed data. Your agent gets facts it can reason about immediately.

get_summary

Full categorical snapshot for a single asset — trend, momentum, volatility, volume, extremes, fundamentals, support/resistance.

get_watchlist

Live summary data for all tickers in your saved watchlist.

get_watchlist_changes

Field-level diffs for your watchlist since the last pipeline run.

add_to_watchlist

Add tickers to your persistent watchlist.

remove_from_watchlist

Remove tickers from your watchlist.

get_search

Multi-field filtering across all assets. Build complex queries with arbitrary filter combinations.

get_schema

All queryable fields with types, values, and descriptions. Always free.

get_account

Your plan tier, rate limits, and current API usage.

create_webhook

Register a webhook URL for watchlist change notifications.

list_webhooks

List your registered webhook URLs.

delete_webhook

Remove a registered webhook.

Built for how agents consume data.

One command setup

No config files, no environment variables, no MCP wiring. clawhub install tickerdb and you're done.

Natural conversation

No slash commands or tool names to memorize. Ask your agent in plain language and it picks the right tool automatically.

Pre-computed daily

No infrastructure to maintain. No cron jobs, no indicator math, no data pipelines. TickerDB handles computation and syncing.

One install away.

clawhub install tickerdb. No credit card required.