AIAny
AI Train2025
Icon for item

Kronos: A Foundation Model for the Language of Financial Markets

Forecasts financial candlesticks (OHLCV K-lines) with a decoder-only transformer pre-trained on 12B+ records from 45 exchanges. A tokenizer turns market data into discrete tokens, enabling price/volatility forecasting and synthetic K-line generation.

Introduction

Most time-series foundation models treat market data as just another numeric signal and drown in its noise. Kronos instead borrows the LLM playbook: it learns the "language" of candlesticks, tokenizing OHLCV bars into a discrete vocabulary and predicting the next bar autoregressively. It is the first open foundation model built specifically for financial K-lines.

Key Capabilities
  • Two-stage design. A specialized tokenizer turns continuous, multi-dimensional OHLCV bars into hierarchical discrete tokens, which a decoder-only transformer then models autoregressively. This split is what lets it absorb the high noise that trips up general-purpose time-series models.
  • Cross-market scale. Pre-trained on over 12 billion K-line records from 45 global exchanges, so it carries priors across assets and venues rather than overfitting one market.
  • One backbone, many tasks. The same model handles multistep price/return forecasting, realized-volatility forecasting, synthetic K-line generation, and trading simulation.
  • Reported gains. Versus baselines: ~93% improvement over the leading time-series foundation model and ~87% over the best non-pre-trained baseline on price forecasting, 9% lower MAE on volatility, and 22% better generative fidelity for synthetic data.
Who It's For

Great fit if you are a quant researcher or builder who wants a pre-trained OHLCV backbone instead of training a forecaster from scratch — three of its four sizes ship openly (Kronos-mini at 4.1M params/2048 context, Kronos-small, and Kronos-base at 102.3M). Look elsewhere if you need the strongest variant (Kronos-large, ~499M, is closed-source), or if your edge comes from order-book microstructure, news, or fundamentals: Kronos only sees candlesticks, not order flow or text. Outputs are probabilistic samples controlled by temperature and nucleus sampling, not deterministic trade signals.

Information

  • Websitegithub.com
  • OrganizationsTsinghua University
  • AuthorsYu Shi, Zongliang Fu, Shuo Chen, Bohan Zhao, Wei Xu, Changshui Zhang, Jian Li, shiyu-coder (GitHub)
  • Published date2025/07/01

Categories

More Items

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub
AI Agent2026

Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.

GitHub
AI Train2023

Modular PyTorch-based framework for building, training, and deploying physics-informed ML models (neural operators, PINNs, GNNs, diffusion). Provides GPU‑optimized training, domain-specific datapipes for meshes/point clouds, distributed scaling and a model zoo.