Market model 'Kronos' debuts
A new open‑source foundation model called Kronos was announced for financial markets, trained on 12 billion candlestick records and reported to beat baselines by 93% on zero‑shot forecasting across 45 exchanges. The team published a live BTC demo and made models available on Hugging Face, pointing to rapid iteration in specialist market models (x.com).
A candlestick chart looks simple because each bar is just four prices and a volume number, but traders stack millions of those bars to guess what comes next. Kronos was built on that exact format instead of on news articles or company filings, and its creators say it learned from more than 12 billion candlestick records pulled from 45 exchanges. (arxiv.org, huggingface.co) That is unusual because most market models still start as general time-series systems, which are built to predict things like electricity demand or weather readings. The Kronos paper says financial data is noisier and less stable than those settings, so the model uses a custom tokenizer that turns open, high, low, close, and volume data into discrete tokens before prediction. (arxiv.org, huggingface.co) A tokenizer is the same basic trick language models use when they break sentences into chunks before learning patterns. Kronos applies that trick to market bars, so a sequence of price candles gets treated more like a sentence with grammar than like a spreadsheet with columns. (arxiv.org, huggingface.co) The team behind it says that approach paid off in zero-shot forecasting, which means testing the model on new tasks without task-specific retraining. In the paper’s benchmark results, Kronos improved price-series forecasting Rank Information Coefficient by 93 percent over the leading time-series foundation model and by 87 percent over the best non-pretrained baseline. (arxiv.org, nips.cc) The gains were not limited to one benchmark. The same paper reports 9 percent lower mean absolute error on volatility forecasting and a 22 percent improvement in generative fidelity for synthetic candlestick sequences, which is the task of creating fake market data that still looks statistically real. (arxiv.org, nips.cc) Open source is a big part of why this launch got attention. The code is public on GitHub, the weights are on Hugging Face under names like Kronos-base and Kronos-small, and the model cards say they are released under the Massachusetts Institute of Technology license, which is one of the least restrictive software licenses in common use. (github.com, huggingface.co, huggingface.co) That lowers the barrier for hedge funds, crypto shops, and independent researchers who want to test the model on their own data instead of rebuilding the stack from scratch. The repository also says fine-tuning scripts were released on August 17, 2025, which means users can adapt the pretrained model to narrower jobs like one exchange, one asset class, or one trading horizon. (github.com, huggingface.co) The live Bitcoin demo matters for a different reason: it turns a research claim into a public product test. A demo can still fail in real trading, but once a model is forecasting a live Bitcoin stream in front of everyone, other teams can compare it against simpler baselines like persistence models or ordinary transformer forecasters in real time. (huggingface.co, arxiv.org) The bigger shift is that market modeling is starting to copy the playbook that language models used from 2022 onward. First came giant general models, then smaller specialist models trained on one domain, and Kronos is an example of that second wave aimed at one narrow language: the language of price bars. (arxiv.org, huggingface.co) That does not mean Kronos cracked prediction in the way retail traders imagine it. The paper measures benchmark performance, not guaranteed trading profits, and market data changes when other people start using the same signals, which is why even strong forecasting models can decay once they meet live capital. (arxiv.org, nips.cc)