i'm trying to pull data through api. here is my python code:
start, end = '2020-01-01','2021-06-01'
a = ek.get_timeseries('AAPL.O', 'Close', start, end)
Shows AttributError:'NoneType' object has no attribute 'status_code'
can anyone help - is this a proxy issue? thx