compare_symbols
Compare historical performance of multiple market symbols over specified date ranges to analyze trends and relative returns.
Instructions
複数銘柄を比較
Args:
symbols: 銘柄コードのリスト (例: ["^GSPC", "^NDX"])
start_date: 開始日 (YYYY-MM-DD)
end_date: 終了日 (YYYY-MM-DD)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| start_date | Yes | ||
| end_date | Yes |