Kronos
The first open-source foundation model trained on 12B candlestick records from 45 exchanges
Expert verdict
Skip
2-2The Panel's Take
Kronos is an open-source foundation model purpose-built for financial candlestick (OHLCV / K-line) data, accepted at AAAI 2026. While most AI models applied to finance either use general-purpose LLMs on textual data or adapt time-series models designed for sensor readings, Kronos was trained from scratch on the specific structure of market microstructure data: 12+ billion K-line records from 45 global exchanges. The architecture uses a two-stage approach: a hierarchical tokenizer converts continuous multi-dimensional OHLCV data (open, high, low, close, volume) into discrete tokens that capture both local patterns and longer-term market structure, followed by an autoregressive Transformer pre-trained on those tokens at scale. The model family spans Kronos-mini (4.1M parameters) to Kronos-large (499.2M parameters), with fine-tuning support for specific tasks like price forecasting, volatility prediction, and regime detection. On quantitative benchmarks, Kronos claims 93% better forecasting RankIC compared to the leading general-purpose time-series foundation model. The MIT license and open weights make this directly usable for quant research without the black-box API costs of commercial alternatives. For systematic trading shops and quantitative researchers, this fills a genuine gap in the open-source tooling ecosystem.
Share this verdict
Kronos verdict: SKIP ⏭️ 2 ships · 2 skips from the expert panel Full review: shiporskip.io/tool/kronos-financial-candlestick-foundation-model-ohlcv-aaai-2026-quant
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/kronos-financial-candlestick-foundation-model-ohlcv-aaai-2026-quant" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/kronos-financial-candlestick-foundation-model-ohlcv-aaai-2026-quant" alt="Kronos Skip verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/kronos-financial-candlestick-foundation-model-ohlcv-aaai-2026-quant)<iframe src="https://shiporskip.io/embed/kronos-financial-candlestick-foundation-model-ohlcv-aaai-2026-quant" title="Kronos ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Domain-specific pre-training on 12B market records is the right approach — general LLMs don't understand market microstructure and generic time-series models don't understand OHLCV semantics. The hierarchical tokenizer for financial data is a clever solution to a real representation problem. The model family from 4.1M to 499.2M params gives practical entry points.”
“Financial forecasting benchmarks are notoriously easy to cherry-pick. Past performance on historical data doesn't predict live trading performance, and the gap between RankIC in backtests and actual alpha in live markets is where every quant model goes to die. The 45-exchange training set also raises questions about data licensing and recency.”
“Domain-specific financial foundation models are the correct architecture for quantitative finance. As models like Kronos proliferate, the advantage in systematic trading shifts from data access (which is commoditizing) to model architecture and fine-tuning strategy. Open-source foundation models also democratize quant research beyond the largest hedge funds.”
“This is deeply specialized infrastructure for a specific technical audience — quant researchers and systematic traders. For most people, this is not a usable product without significant domain expertise. The research is solid for what it is, but it's not accessible tooling — it's a building block for someone who already knows what RankIC means.”