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
Hi Bufemc,
This library is just a proxy for the Nasdaq free public REST API, it
doesn't otherwise analyze, store or publish any earnings data in and of
itself.
I also have no affiliation with Nasdaq, so I'm very limited in what help I
can provide. All I can suggest is to raise the discrepancy directly with
them.
Kind regards
On Tue, Dec 26, 2023 at 2:09 PM bufemc ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENJK47DN3KHSO7OGMSKZXTYLLLCBAVCNFSM6AAAAABBDKIMK6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TMNBUG4YDCMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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.
The text was updated successfully, but these errors were encountered: