I am using the python query
ek.get_data(my_symbols, ['TR.date','TR.EventType' ,'TR.EventStartDate'],
{'Adjusted':'1', 'SDate':start_date, 'EDate':end_date, 'sort':'asc'}) for querying events for a given stock.
But I get only the historical data, Data for current date or future dates is not there. Can I get current date's data or future date data in any way?