I am using the following formula :
df = ds.get_data(tickers=["IBM.N","MSFT.O","GOOG.O"'],
fields = ["EPS1MN"],
kind=1,
freq='M',
start="-4M")
The above isnt working for me. Could u please point out the exact issues?
Also What does kind specify?
I have in total 3000 stocks for which I want to pull this data.