Skip to content

Commit

Permalink
feat(dailyGainers): add new dailyGainers module (#666)
Browse files Browse the repository at this point in the history
* feat(module): add dailyGainers
* update README
* prettier
* test case fixed
* prettier
* fix test coverage
* fixed test cases
* use YF_QUERY_HOST
* fixed optionals
  • Loading branch information
z3nful committed Sep 7, 2023
1 parent 3c02753 commit 5085014
Show file tree
Hide file tree
Showing 7 changed files with 1,693 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ symbol, topHoldings, upgradeDowngradeHistory),
[`recommendationsBySymbol`](./docs/modules/recommendationsBySymbol.md),
[`trendingSymbols`](./docs/modules/trendingSymbols.md),
[`options`](./docs/modules/options.md),
[`insights`](./docs/modules/insights.md), with more
[`insights`](./docs/modules/insights.md),
[`dailyGainers`](./docs/modules/dailyGainers.md), with more
[coming soon](https://github.com/gadicc/node-yahoo-finance2/issues/8).

Extras: [`quoteCombine`](./docs/other/quoteCombine.md).
Expand Down

0 comments on commit 5085014

Please sign in to comment.