Kronos
The first open-source foundation model for financial candlestick data across 45 global exchanges
Kronos is an open-source foundation model for financial market forecasting, specifically designed to understand and generate predictions from OHLCV (Open, High, Low, Close, Volume) candlestick data. Published in an August 2025 arXiv paper and accepted to AAAI 2026, the project is now trending on GitHub with 17.9K stars after resurfacing in discussions about AI applications in quantitative finance. The architecture uses a two-stage design: a specialized tokenizer quantizes continuous market data into discrete tokens, then an autoregressive Transformer processes these tokens for forecasting tasks. The model family ranges from 4.1M to 499.2M parameters with context lengths from 512 to 2048 tokens, trained on data from over 45 global exchanges. The MIT license permits commercial use without restrictions. Kronos represents the first serious attempt to do for financial time series what BERT and GPT did for natural language — build a foundation model that learns the underlying "grammar" of markets and can be fine-tuned for specific prediction tasks. The scope is currently limited (price forecasting, not macro analysis or sentiment), but the architecture is sound and the open-source community response suggests real practitioner interest. Quant teams and fintech builders are already experimenting with fine-tunes on proprietary exchange data.
Panel Reviews
The Builder
Developer Perspective
“17.9K stars, MIT license, trained on 45 global exchanges, and a clean two-stage tokenizer + transformer architecture you can actually understand. If you're building quant tools, fintech forecasting apps, or anything needing financial time-series modeling, Kronos is the foundation to benchmark against first. Fine-tuning on proprietary data is straightforward.”
The Skeptic
Reality Check
“Using a 499M parameter academic model for production financial forecasting means regulatory and liability exposure your compliance team will not approve. SWE benchmarks don't exist for market prediction — you're evaluating on backtests that are notoriously susceptible to overfitting. Fascinating research; not production-ready without significant validation work.”
The Futurist
Big Picture
“Kronos is the first credible attempt at a foundation model for the language of financial markets — the same transformational shift that GPT-4 brought to text, applied to OHLCV data. The current scale is modest but the direction is correct. In three years, every serious quant shop will have fine-tuned some version of this architecture on proprietary data.”
The Creator
Content & Design
“Extremely niche. Unless you're a quant developer or building fintech tooling, there's no relevance to creative or content work here. Move along.”
Community Sentiment
“OHLCV tokenization approach and whether markets have learnable grammar”
“First foundation model specifically for financial candlestick data”
“MIT license + 45 exchanges training data combination”