Futures OI of current month and next month and delivery

How to find Future OI of a symbol for current and next month and also the delivery data?

1 Like

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 :slight_smile:

Go through the documentation :slight_smile: