express-option-chain
express-option-chain copied to clipboard
This library utilizes Kite Connect APIs to fetch the option chain of all the derivatives traded in the Indian stock market.
**Describe the bug** Hi, thanks for the sharing this amazing library. I have observed that it not retuning the underlying_value for index. **Paste the code** { "trading_symbol": "NIFTY", "exchange": "NFO",...
# Describe the issue How to subscribe to multiple expires? What will be the count of total tokens given the number of expiry dates could be many. ## Paste the...
The existing functionality allows users to subscribe to a single expiry when utilizing the option chain feature. The capability to subscribe to multiple expiry dates concurrently is missing. This will...
**Describe the bug** importing OptionStream in windows envionment is throwing error "KeyError: 'HOME' since "HOME" is used in default parameter of def get_secrets(filename=f'{os.environ["HOME"]}/.kite/secrets'): **Paste the code** from expressoptionchain.option_stream import OptionStream...