Gadi Cohen
Gadi Cohen
Following from #238, #239, #328. In particular: > I prefer the way @PythonCreator27 outputs the data (arrays with `{ date: ... }` rather than Objects with timestamp keys). and let's...
As reported by @maxbauer in #349, and as discussed in many, many, many other issues... Yahoo's servers can be erratic, with a valid request occasionally failing only to work again...
# Feature Request ## Wanted Module: analysis / forecast Follow up from @destroyer22719 in https://github.com/pilwon/node-yahoo-finance/issues/83: > **Is there way to get the analysis/foretasted data?** > > Hi there, I love...
As first reported in #255, search results now contain these additional fields: ```js { screenerFieldResults: [], timeTakenForScreenerField: 0 } ``` So far we haven't seen any actual results returned here,...
Thanks to the awesome @roblav96 for all this beautiful work back over at https://github.com/pilwon/node-yahoo-finance/issues/43 (in 2017 :sweat_smile:) Have added status [X]'s on each point to track progress, followed by any...
# Feature Request ## Wanted Feature API for news articles that appear on main quote page, e.g. on https://finance.yahoo.com/quote/GME. ## Potential Example Usage ```ts await yahooFinance.news(symbol) ``` Maybe. Need to...
# Feature Request ## Wanted Feature A recommended method to set global defaults. ## Use Cases Currently we can override defaults per request. But's a bit weird for things like...
# Feature Request ## Wanted Feature Ability to auto retry a failed request. ## Use Cases - Sometimes a request can fail from a network issue, would be nice if...
# Feature Request ## Wanted Feature Set a timeout for requests that the promise will reject with a timeout error after the desired time (default 1m). ## Use Cases -...