express-option-chain icon indicating copy to clipboard operation
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.

Results 4 express-option-chain issues
Sort by recently updated
recently updated
newest added

**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",...

bug

# 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...

help wanted

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...

enhancement

**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...

bug