... data from 1990s.
I want to use the ek.get_newsheadlines and ek.get_news_story codes to get archived data, say news data from 1990s.
As of now I am able to get data from a year back only:
code used:
df = ek.get_news_headlines('Topic:STX AND Language:LEN AND Source:RTRS', date_from='...',date_to='..',count=50)
df.head()