aeron7 / nsepython

The Unofficial Python Wrapper for NSEIndia API
https://unofficed.com/nse-python/
GNU General Public License v3.0
243 stars 117 forks source link

Unable to get derivative history #23

Closed reservoirinvest closed 1 year ago

reservoirinvest commented 1 year ago

Unable to get derivative history.
The sample program in documentation also does not work.

symbol = "SBIN"
start_date = "15-05-2021"
end_date ="15-06-2021"
instrumentType = "options"
expiry_date ="24-Jun-2021"
strikePrice = 300
optionType="PE"
print(derivative_history(symbol,start_date,end_date,instrumentType,expiry_date,strikePrice,optionType))
aeron7 commented 1 year ago

Not providing support using GitHub Issues. Follow https://forum.unofficed.com/