Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest news #135

Closed
dimdenGD opened this issue Apr 13, 2021 · 1 comment
Closed

Latest news #135

dimdenGD opened this issue Apr 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@dimdenGD
Copy link

Feature Request

Wanted Feature

When I call .search (for example) for GME, it returns 3 month old news. How do I make it return latest news if it's possible?

Potential Example Usage

This feature could be used in the following way:

yfinance.search("GME", { sort: "latest" });
@dimdenGD dimdenGD added the enhancement New feature or request label Apr 13, 2021
@gadicc
Copy link
Owner

gadicc commented Apr 15, 2021

Hey @dimdenGD, thanks for your issue.

search, specifically, returns the same results you get from the search bar on Yahoo Finance.
Indeed, if I type GME into the search bar at the top of https://finance.yahoo.com/, I get 3 month old articles.
We don't have any control over how this sort works.

However, clearly there is later news, e.g. further down on https://finance.yahoo.com/quote/GME?p=GME&.tsrc=fin-srch.
I had a quick look and wrote down some initial findings at #138.
At this point however, I have to admit, this feature probably won't be coming in the short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants