Skip to content

v1.2.0: Add earnings calendar functionality (#32)

Choose a tag to compare

@github-actions github-actions released this 12 Feb 20:48
· 15 commits to master since this release
64c3147
* 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