Getting KeyError: 'data' when using NSEPython

Hi,

I am a first time user of NSEPython. In calls to fnolist() or equity_history() and others, I get 'KeyError: ‘data’.

Code snippet below is from the documentation, which I tried running

from nsepython import *
print(fnolist())

I am running this on Python IDLE. Python & NSEPython versions are the latest.

Is there anything that I need to do differently?

Platform: Windows 11

Python 3.13.7