mariostoev/finviz

How to get_news(ticker) date and time?

Closed this issue · 0 comments

First of all, thank you for the awesome module.

Using get_news(ticker) returns [headlines, urls]. Would it be possible to add date&time, like [date&time,headlines,urls]? I was looking into get_news() with all_news[x].get() and .xpath() functions, but did not managed to retrieve it, simply don't know where's hidden. I guess would be reasonable to have the date and time of publication, so one can filter out "old" publications without opening and scrapping the url. Very much appreciated for your help.