Hi
How can I generate a reliable sentiment score for a watchlist of stocks?
so far I've used TextBlob and generated polarity scores but I'm sure this API can provide something more reliable
Also, how can I see all the metafields that are supposed to be provided after news retrieving? I understood that over 90 fields are provided with the machine-readable news API
i used this code and got only 5 fields
versionCreatedtextstoryIdsourceCodedf = ek.get_news_headlines('R:UBER.K R:BYND.O MU.O CYBR.O TLRY.O AND Language:LEN', date_to = today, count=100) df.head(50)