buy_stock_market
Buy stocks using a market order. Enter the stock symbol and quantity of shares to purchase.
Instructions
Places a market buy order for a stock.
Args:
symbol: The stock symbol to buy (e.g., "AAPL")
quantity: The number of shares to buyInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quantity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||