Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIIDII data is not working #50

Open
pradip-interra opened this issue Oct 22, 2022 · 0 comments
Open

FIIDII data is not working #50

pradip-interra opened this issue Oct 22, 2022 · 0 comments

Comments

@pradip-interra
Copy link

Hello,

While Option OI data for Nifty and BankNifty is working perfectly, not able to make the FIIDII data.

Neither this:

part_oi_df = nd.get_part_oi_df(start=None,end=None,periods=None,dayfirst=False,workers=None)

When I changed it just to fetch today's FII/DII data around 10 PM, I got this error:

part_oi_df = nd.get_part_oi_df(start=today,end=today,periods=1,dayfirst=False,workers=1)
print(part_oi_df)

Error: 
Exception: ('Error occurred while getting part_oi :', 'Of the four parameters: start, end, periods, and freq, exactly three must be specified')

What's the mistake I am doing here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant