Spreadsheet-Driven Stock Trading Script
This tool reads buy/sell orders from an Excel file and executes them via the StoxKart trading API. It’s for Python developers who automate trading strategies. Key benefit is moving from manual Excel planning to automated trade execution. Features Reads trade orders from Excel (.xlsx, .xls) files Validates order parameters like symbol, quantity, and type Sends authenticated orders to StoxKart REST API Logs all execution results and errors to a CSV file Supports market and limit order types from spreadsheet Usage python execute_trades....