place_market_order
Execute a market order to buy or sell an instrument at the current market price by specifying ticker and quantity.
Instructions
Place a market order to buy or sell an instrument at the current market price.
Args:
ticker: Ticker symbol of the instrument to trade (e.g., 'AAPL_US_EQ')
quantity: Number of shares/units to trade
extended_hours: Whether the order can execute outside regular trading
hours when the instrument supports it
Returns:
Order: Details of the placed order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| quantity | Yes | ||
| extended_hours | No |