get_history
Retrieve historical end-of-day trading data for a security over a specified date range. Provide a ticker and optional dates, board, market, or engine to filter results.
Instructions
Get historical end-of-day trading data for a security over a date range. Defaults to stock/shares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Start date (YYYY-MM-DD) | |
| till | No | End date (YYYY-MM-DD) | |
| board | No | Trading board (e.g. 'TQBR') | |
| limit | No | Maximum number of rows (default 100) | |
| engine | No | Trading engine (default 'stock') | stock |
| market | No | Market (default 'shares') | shares |
| security | Yes | Security ticker (e.g. 'SBER') |