get_trade_history
Fetch executed trades within any date range. Returns trade ID, order ID, quantity, price, time, and settlement status for accurate trade tracking and reconciliation.
Instructions
Fetch trade history within a date range.
Parameters:
from_date: Start date in format 'YYYY-MM-DD' (e.g., '2024-11-01')
to_date: End date in format 'YYYY-MM-DD' (e.g., '2024-11-21')
Returns all trades executed within the specified date range with details including: trade ID, order ID, quantity, price, time, and settlement status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | ||
| from_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||