- Notifications
You must be signed in to change notification settings - Fork25
The Python Library For QtsApp which displays the option chain in near real-time. This program retrieves this data from the QtsApp site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain along with Implied Volatatlity (IV), Open Interest (OI), Delta, Theta, Vega…
License
TechfaneTechnologies/QtsApp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Seems QtsApp Website Has Overhauled Their CodeBase & Put The Higher Order Greeks (Vanna, Charm, Speed, Zomma, Color, Volga, Veta) Stream Behind A Paywall, This Library needs a rewrite circumventing the paywall, Hence you are requested not to use the library until further updates and removal of this message.
The Python Library For Qtsapp Which Displays The Option Chain In Near Real Time(YT Video). This Program Retrieves This Data From The Qtsapp Site And Then Generates Useful Analysis Of The Option Chain For The Specified Index Or Stock. It Also Continuously Refreshes The Option Chain Along With Implied Volatatlity (IV), Open Interest (OI), Delta, Theta, Vega, Gamma, Vanna, Charm, Speed, Zomma, Color, Volga, Veta At An Interval Of A Second And Visually Displays The Trend In Various Indicators Useful For Technical Analysis.
Install The QtsApp Library Viapip install -U git+https://github.com/TechfaneTechnologies/QtsApp.git@dev
And Then Clone The Repo Viagit clone https://github.com/TechfaneTechnologies/QtsApp.git
pip install -U git+https://github.com/TechfaneTechnologies/QtsApp.git@devgit clone https://github.com/TechfaneTechnologies/QtsApp.git
If you are using UserId and Password Method To Login, Then Open the.env.secret
and update the two fieldsUSER_NAME=Your_User_Name_or_Id
andPASSWORD=Your_Password
, Now Save and Close the File.
Otherwise, If you are using google signin method, the above procedure will not work, and you have to get theapi_key
andapi_token
manually. And update the same in.env
file instead of.env.secret
, To know How To Do The Same, Please Follow ThisGuideline
Post Updating And Saving The.env
or.env.secret
Then run the following commands to get the live data.(Run During Market Times For Live Data)
cd QtsApppython .\example.py
Keep the.env
,.env.secret
andexaple.py
in the same directory before runningpython example.py
to get the live data.(Run During Market Times)
With This You can get live option chain data (of any NFO instrument and any valid expiry) along with iv, 1st, 2nd & 3rd Order greek from QtsApp, you just need to have a free account with them.
https://www.youtube.com/watch?v=XKFjufDaFhk
https://www.youtube.com/watch?v=2TT9wkO2nH0
About
The Python Library For QtsApp which displays the option chain in near real-time. This program retrieves this data from the QtsApp site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain along with Implied Volatatlity (IV), Open Interest (OI), Delta, Theta, Vega…