Hi, I am trying to get fundamental data using ek.get_data for the first time but the code hangs
I'm using Jupyter Notebook.
import eikon as ek
ek.set_app_key('')
df, err = ek.get_data(['GOOG.O','MSFT.O', 'FB.O'],
[ 'TR.Revenue','TR.GrossProfit'])
the ek.get_data hangs, it doesn't raise an error and doesn't complete.