You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add earnings calendar functionality
- Implement get_calendar() method to retrieve earnings call calendar events
- Create CalendarEvent dataclass to represent calendar event details
- Add new API endpoint for fetching calendar events by date
- Update __init__.py to expose get_calendar() function
- Include example script for calendar event retrieval
- Add corresponding test for calendar functionality