place_market_order
Place a market order to buy or sell shares at current market price. Provide symbol, quantity, and side to receive order confirmation with status.
Instructions
Place a market order to buy or sell shares.
Args: symbol: Stock symbol (e.g., 'AAPL') qty: Number of shares to trade side: 'buy' or 'sell' time_in_force: Order duration - 'day', 'gtc' (good till cancelled), 'ioc' (immediate or cancel), 'fok' (fill or kill)
Returns order confirmation with order ID and status.
Note: Market orders execute at the current market price. Use limit orders for price control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| side | Yes | ||
| symbol | Yes | ||
| time_in_force | No | day |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||