How to find Future OI of a symbol for current and next month and also the delivery data?
2 Likes
You have two questions -
Futures Open Interest Data -
There are two ways -
Either use the derivative_history()
function as shown here NSEPy Functions - Unofficed
Or use OI Chain Builder Function
shown here Basic Functions - Unofficed
**Delivery Data - **
Use Bhavcopy as shown here NSEPy Functions - Unofficed
NSEPython have everything that was in NSEPy and NSETools. It is highly unlikely you will miss anything. But if I do, point it, I will add it
Go through the documentation