PortBench
Collection
PortBench: A Correlation-Aware, Full-Pipeline Benchmark for LLM-Driven Portfolio Management • 3 items • Updated
Error code: ClientConnectionError
A ten-year (Jan 2015–Dec 2025) daily financial dataset covering 183 instruments across six heterogeneous asset classes, designed for multi-asset portfolio management research and LLM evaluation.
| Asset Class | Instruments | Data Fields | Sources |
|---|---|---|---|
| Equities | 126 | OHLCV + return | Yahoo Finance (ETFs: broad market, sector, factor, international) |
| Bonds | 16 | Close + return (ETFs); yield levels (FRED) | Yahoo Finance, FRED |
| Commodities | 16 | OHLCV + return | Yahoo Finance, Kaggle (spot prices) |
| Real Estate | 10 | OHLCV + return (REITs); housing indices (FRED) | Yahoo Finance, FRED |
| Cryptocurrency | 12 | OHLCV + return | Yahoo Finance, Kaggle (market cap, supply) |
| Cash | 4 | Close + return (money market ETFs); macro indicators (FRED) | Yahoo Finance, FRED |
Single CSV file with 4,017 rows (trading days) × 1,087 columns.
Column naming convention: {asset_class}_{ticker}_{field}
date,equities_ACWI_open,equities_ACWI_high,...,bonds_FRED_DGS10,...,cash_FRED_FEDFUNDS,...
2015-01-02,52.34,52.45,...,2.17,...,0.11,...
...
2025-12-31,...
Fields per instrument (where applicable): open, high, low, close, volume, return
This dataset serves as the foundation for PortBench's dual-layer evaluation. It supports:
All features strictly respect temporal integrity — no look-ahead bias. Any derived feature uses only information available at or before the corresponding date.
@article{zhao2026portbench,
title={PortBench: A Correlation-Aware, Full-Pipeline Benchmark for LLM-Driven Portfolio Management},
author={Zhao, Yuxuan and Chen, Sijia and Su, Ningxin},
journal={arXiv preprint arXiv:2605.27887},
year={2026}
}