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

Earnings today by get_earnings_today() or by_date although there are none #3

Open
bufemc opened this issue Dec 26, 2023 · 1 comment

Comments

@bufemc
Copy link

bufemc commented Dec 26, 2023

Although there are no such earnings today the module reports on 26th Dec 2023 there would be earnings like:

['BHP', 'SATX', 'MESO', 'RFAC', 'DZSI', 'GLST', 'INCR', 'KRRO', 'VHC', 'RDHL', 'AIH', 'ARVL', 'TEDU', 'CAMP', 'BLIN', 'GNLN']

I tried both ways:

from finance_calendars import finance_calendars as fc

earnings = fc.get_earnings_today()
earnings = fc.get_earnings_by_date(datetime(2023, 12, 26))

tickers = earnings.index.tolist()
print(tickers)

I explicitely checked for BHP, last earnings were 18th Oct 23 for the third quarter.

@s-kerin
Copy link
Owner

s-kerin commented Dec 27, 2023 via email

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