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

Attribute Error #9

Closed
aj-22 opened this issue Jun 9, 2023 · 2 comments
Closed

Attribute Error #9

aj-22 opened this issue Jun 9, 2023 · 2 comments
Milestone

Comments

@aj-22
Copy link

aj-22 commented Jun 9, 2023

Tried running the code as mentioned in the README.md. Got an error..

AttributeError                            
Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_24156\278695389.py in <module>
      5 end_date = "03-05-2023"
      6 print(eq.get_corpinfo(start_date, end_date, symbol="TCS"))
----> 7 print(eq.get_event(start_date, end_date))
      8 print(eq.get_event())

AttributeError: module 'nsedt.equity' has no attribute 'get_event'
@pratik141
Copy link
Owner

get_event is not released yet it will be in v0.0.4
sorry for the innocence

@pratik141 pratik141 added this to the v0.0.4 milestone Jun 9, 2023
@pratik141
Copy link
Owner

released

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

2 participants