Skip to content

Commit

Permalink
earnings calendar default to 6 months to ensure we get results
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgarcia committed Aug 17, 2023
1 parent 4132e1a commit 8173feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphavantage_api_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ def get_earnings_calendar(self, event: Union[str, dict] = dict()) -> EarningsCal
"""
defaults = {
"function": "EARNINGS_CALENDAR",
"horizon": "3month",
"horizon": "6month",
"datatype": "csv",
}
if event is None:
Expand Down

0 comments on commit 8173feb

Please sign in to comment.