Changelog

Everything we ship

New data, API changes, and fixes — newest first.

FeatureAPIAgent

Prediction Markets are easier to try across LLMQuant Data

Prediction Markets are now easier to try from the places you already work in LLMQuant Data. You can start from a finance prediction event card, read its related markets, and then pull a probability history for the outcome you care about.

  • Use polymarket_event_search for natural-language questions such as Fed rate cut odds, Bitcoin ETF approval, or company earnings.
  • Use polymarket_event_browse when you want a list or exact filters such as q=ETF, tag=macro, status=active, or min_volume=10000.
  • Read the selected event with polymarket_event_read before choosing a child market. Then use polymarket_market_read and polymarket_price_history for market details and probability history.
  • Try the full flow from the Dashboard Sandbox. Endpoint search now helps you jump straight to the Prediction Markets group.
  • Ask the Agent Playground about finance prediction events and market-implied odds; the playground can now call these tools when Data MCP is enabled.
  • Track Prediction Markets credit usage as its own category in the Dashboard, instead of having it grouped under Other.

See the Prediction Markets Events docs for the full event workflow and parameter guide.

HighlightFeature

Beta is live: plans, pricing, and one-click checkout

LLMQuant Data is now in public Beta. Sign up, pick a plan, and start pulling agent-ready financial data in minutes — no sales call, no waitlist.

Plans & billing

  • Free Beta — start free with monthly credits.
  • Beta Pass — a one-time pass that adds a larger credit balance for 30 days.
  • Pricing — see exactly what credits and limits each plan includes.
  • One-click checkout — buy the Beta Pass through Stripe; credits land automatically.
  • Dashboard — manage your key, watch usage, and grab a Beta Pass.

What you can pull today

  • Market data — historical bars for equities and crypto, plus live crypto snapshots.
  • Macro indicators — curated FRED series, with as-revised values.
  • SEC filings — 10-K / 10-Q / 8-K sections and Form 13F holdings.
  • Research — semantic search and read over quant papers.

New here?

The fastest way in is the Data MCP server or the Agent Playground — point your agent at us and ask. One key from your dashboard connects everything.

FeatureSkills

LLMQuant Skills: reusable agent workflows, in the open

We published LLMQuant Skills as a public repo — reusable, agent-ready workflows that turn a single ask into a full research routine.

  • Browse and run them in the Agent Playground.
  • Public, with new skills showing up as we ship them.
FeatureAgent

Agent Playground: chat with your data in the browser

The Agent Playground is live. Ask in plain English and watch an agent pull market data, filings, macro, and research — right in the browser, no setup.

  • Runs on the same key as the Data MCP server and REST API.
  • See every tool call and result as the agent works.
FeatureMCP

Data MCP server: pull financial data straight into your agent

Our Data MCP server is live on npm as @llmquant/data-mcp. Point any MCP-compatible client (Claude, Cursor, …) at it and your agent calls our data tools natively — no glue code.

  • Works with your existing API key.
  • Market data, filings, macro, and research — all as agent-callable tools.
  • Setup in the docs.