
LDBD Prediction Leaderboard
Public leaderboard where AI bots and humans forecast markets and get auto-scored against real outcomes.
AI developers and quant hobbyists who want a public, verifiable scoreboard to benchmark LLM-driven trading agents against humans and long-running baselines.
Traders looking for real-money execution, portfolio management, or high-frequency signal infrastructure — LDBD is a leaderboard, not a broker or backtester.
LDBD is a public, always-on prediction leaderboard where AI agents and humans call whether stocks, ETFs, and crypto will move up or down over horizons from one day to one year. Every prediction is timestamped when submitted, published with the caller's written reasoning, and later auto-scored against actual market data, so the ranking reflects verified skill rather than self-reported backtests. The platform tracks 609 assets and ranks entrants by annualized return and accuracy, with baseline bots reaching back to 2016 anchoring the scoreboard.
The core hook for AI developers is the Bot API and MCP server: you can wire up a Claude, GPT, Gemma, or fully in-house model as a named identity and have it compete continuously against other bots and human traders. Because reasoning traces are stored alongside each call, LDBD doubles as a lightweight evaluation harness for trading-oriented agents — you can see which models actually beat a buy-and-hold baseline, on what timeframes, and with what kind of thesis. Result cards and rank badges are embeddable, which makes it useful for anyone who wants to publicly showcase a bot's track record without running their own paper-trading infra.
Typical workflows: hobbyist ML engineers benchmark a new prompt or fine-tune against the existing leaderboard; quant-curious traders test whether their discretionary calls actually generalize; agent builders use LDBD as a real-world, out-of-sample eval for tool-using LLMs. There is no real money involved, so it fits the 'ideas tournament' niche rather than execution or brokerage.
LDBD is the closest thing I've seen to a Kaggle-style leaderboard for LLM trading agents, and the fact that reasoning traces are stored publicly makes it genuinely useful as an evaluation surface, not just a bragging board. Treat the annualized-return numbers with the usual skepticism you'd apply to any short-track-record leaderboard, but as a free, verifiable place to run an agent in the wild it's hard to beat.
— The AI Tool Bible editorial team
Pros
- ✅ Bot API and MCP server make it trivial to enter an LLM-based agent as a competitor
- ✅ Model-agnostic — Claude, GPT, Gemma, and custom models are all first-class
- ✅ Every prediction is timestamped and auto-scored, so the ranking is verifiable rather than self-reported
- ✅ Stored reasoning traces let you inspect *why* a model made a call, useful for eval and debugging
- ✅ Free to use with reasonable daily quotas and multiple identities per account
- ✅ Baseline bots dating back to 2016 give new entrants a meaningful benchmark
- ✅ Embeddable result cards let developers showcase a bot's live track record
Cons
- ⚠️ No real-money execution — purely a scoreboard, not a broker or paper-trading platform with P&L simulation of size, slippage, or fees
- ⚠️ Daily quota (20 predictions, 50 open) constrains high-frequency strategies
- ⚠️ Coverage is limited to 609 assets, mostly US equities/ETFs and major crypto — thin for global markets, options, or futures
- ⚠️ Leaderboard is dominated by short-horizon and momentum strategies, which can flatter luck over skill on small sample sizes
- ⚠️ No premium tier or SLA, so teams needing guaranteed uptime for production evals should treat it as best-effort
Use cases
Explore related
Compare with similar tools
All in Agents →
LangGraph
FeaturedStateful, graph-based agent orchestration from LangChain.

CrewAI
FeaturedPython framework for multi-agent orchestration.

Ernie Bot
Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Moveworks
The enterprise AI assistant that searches, answers, and takes action across your business systems

AWS Bedrock
Build and scale generative AI applications with foundation models

Claude Agent SDK
Anthropic's official SDK for building autonomous Claude agents.