anupamram / Shoonya_OptionChainStreamer

A simple program to stream option chain of finvasia shoonya using pyqt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoonya_OptionChainStreamer

A simple program to stream option chain of finvasia shoonya using pyqt5

This program needs python 3.11 and latest pandas (above 2.0) to run correctly.

This is only for streaming data. Not for trading

The code is in prerelease state as all things are not tested in live market. So maybe some errors are there.

Use

git clone https://github.com/Tapanhaz/Shoonya_OptionChainStreamer.git

OR

Download zip

Then from the cloned/extracted directory run

pip install -r requirements.txt

Put your credentials in cred.yml

If using virtual environment then use the .bat file provided replacing D:\v311\Scripts\activate.bat

with your virtual environment location.

OR

Can run directly

python OptionChainStreamer.py

About

A simple program to stream option chain of finvasia shoonya using pyqt5

License:MIT License


Languages

Language:Python 99.7%Language:Batchfile 0.3%