📈 This repository provides a pure Python implementation for fetching real-time option chain data from AngelOne WebSocket v2 and saving it to Excel.
💡 This project also serves as one of the best live examples demonstrating the key differences between WebSocket and HTTPS.
🔗 API: AngelOne LTP API
🔗 API: AngelOne OpenAPI ScripMaster
🔗 GitHub: AngelOne Smart WebSocket V2
📌 Watch the complete tutorial on YouTube:
🔗 Click Here to Watch
✅ Live Option Chain Data Fetching from AngelOne WebSocket v2
✅ Secure HTTPS API Integration for additional data retrieval
✅ Excel File Handling - Save and analyze data in Excel format
✅ Asynchronous WebSocket Implementation for efficient processing
✅ Easy to Modify & Extend for trading strategies
Make sure you have Python 3.12+ installed.
git clone https://github.com/Neeraj-prajapat/excel-option-chain.git
cd excel-option-chain
pip install -r requirements.txt