Here is my code. I want to get the company's ticker when a user input the company name. It seems not bee working as I get NONE
company_name = ['entry2']
company_ticker, err =
ek.get_data(['SCREEN(U(IN(Equity(active,public,primary))),Contains(TR.CommonName,"company_name"))'], ['TR.CommonName'])