Historical Market Temperature
history_market_temperatureRetrieve historical market temperature time series for HK, US, CN, or SG markets. Returns data on temperature, description, valuation, and sentiment over a specified date range.
Instructions
Get historical market temperature time series. Returns {type, list[]{temperature, description, valuation, sentiment, timestamp}} for the given market and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market code: HK, US, CN, SG | |
| start | Yes | Start date (yyyy-mm-dd) | |
| end | Yes | End date (yyyy-mm-dd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Granularity, e.g. "day". | |
| list | Yes | Per-period samples in chronological order. |