get_recent_trades
Retrieve recent trade records for a security on Moscow Exchange. Provide a ticker such as SBER to get executed trades, with options for board, market, engine, and result limit.
Instructions
Get most recent trades for a security
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | Trading board (e.g. 'TQBR') | |
| limit | No | Maximum number of trades to return (default 50) | |
| engine | No | Trading engine (default 'stock') | stock |
| market | No | Market (default 'shares') | shares |
| security | Yes | Security ticker (e.g. 'SBER') |