-
-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
When I calculate all ratios from 2018-01-01 until todays date (2023-11-03), I don't get data for 2023 Q1.
Printing the DataFrame returned by collect_all_ratios show date for these quarters - as you can see, 2023Q1 is missing:
2018Q1 2018Q2
2018Q3 2018Q4
2019Q1 2019Q2
2019Q3 2019Q4
2020Q1 2020Q2
2020Q3 2020Q4
2021Q1 2021Q2
2021Q3 2021Q4
2022Q1 2022Q2
2022Q3 2022Q4
2023Q2 2023Q3
companies = Toolkit(["AAPL"], api_key=API_KEY, start_date="2018-01-01", quarterly=True)
all_ratios = companies.ratios.collect_all_ratios()
pd.set_option('display.max_rows', None)
pd.set_option('display.max_columns', None)
print(all_ratios)
Using version 1.5.0
Metadata
Metadata
Assignees
Labels
No labels