File size: 3,018 Bytes
e5ea613 83f3d8c e5ea613 4d3a60a e5ea613 83f3d8c e5ea613 dc1c86e 83f3d8c e5ea613 83f3d8c e5ea613 83f3d8c e5ea613 83f3d8c e5ea613 83f3d8c e5ea613 83f3d8c e5ea613 83f3d8c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | ---
language:
- en
license: apache-2.0
task_categories:
- time-series-forecasting
- text-generation
tags:
- finance
- portfolio-management
- multi-asset
- benchmark
- market-data
- macroeconomics
size_categories:
- 10M<n<100M
---
[](https://arxiv.org/abs/2605.27887)
[](https://github.com/AgenticFinLab/portbench)
# PortBench Market Base Dataset
## Dataset Description
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 Coverage
| 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 |
### Additional Features
- **Macroeconomic indicators** (FRED): Fed funds rate, CPI, unemployment, GDP, yield curve spreads, breakeven inflation, credit spreads, mortgage rates, VIX, and 40+ additional series
- **News text**: monthly aggregated financial news for equities and cryptocurrency (JSON-encoded columns)
- **Cross-asset correlation structures**: intra-class and inter-class correlation matrices available as companion artifacts
### Dataset Structure
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`
### Temporal Coverage
- **Full range**: 2015-01-02 to 2025-12-31
- **Frequency**: Daily (trading days)
- **Three stress windows highlighted**: 2015 China Shock (Aug 2015–Feb 2016), 2020 COVID Crash (Feb–May 2020), 2022 Crypto Collapse (May–Dec 2022)
### Intended Use
This dataset serves as the foundation for PortBench's dual-layer evaluation. It supports:
- Static QA generation for financial reasoning tasks
- Dynamic five-stage pipeline evaluation with realistic market replay
- Stress testing under historical crisis regimes
- Cross-asset correlation analysis and portfolio optimization research
### Point-in-Time (PiT) Constraint
All features strictly respect temporal integrity — no look-ahead bias. Any derived feature uses only information available at or before the corresponding date.
|