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.py --input trades.xlsx --api-key YOUR_STOXKART_KEY
Requirements
Python 3.8+. Install dependencies:
pip install -r requirements.txt
Download
Buy once, download immediately. ZIP includes the full script, README, and usage examples.
License
Personal & Commercial Use. You may use this tool in your own personal and commercial projects. Redistribution or resale of the source code is not permitted.