Skip to content

Commit

Permalink
chore(docs): README links to docs, more quoteSummary samples
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 3, 2021
1 parent 3fa958c commit 99d14aa
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 32 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ const results = await search('AAPL');
const results = await search('AAPL', { someOption: true, etc });
```

Available modules: `autoc`, `historical`, `quoteSummary` (submodules:
Available modules:
[`autoc`](./docs/autoc.md),
[`historical`](./docs/historical.md),
[`quoteSummary`](./docs/quoteSummary.md), (submodules:
assetProfile, balanceSheetHistory, balanceSheetHistoryQuarterly,
calendarEvents, cashflowStatementHistory, cashflowStatementHistoryQuarterly,
defaultKeyStatistics, earnings, earningsHistory, earningsTrend, financialData,
Expand All @@ -60,7 +63,8 @@ incomeStatementHistoryQuarterly, indexTrend, industryTrend, insiderHolders
insiderTransactions, institutionOwnership, majorDirectHolders,
majorHoldersBreakdown, netSharePurchaseActivity, price, quoteType,
recommendationTrend, secFilings, sectorTrend, summaryDetail, summaryProfile,
symbol, topHoldings, upgradeDowngradeHistory), `search`, with more
symbol, topHoldings, upgradeDowngradeHistory),
[`search`](./docs/search.md), with more
[coming soon](https://github.com/gadicc/node-yahoo-finance2/issues/8).

[Documentation](./docs/README.md) coming soon.
Expand Down
Loading

0 comments on commit 99d14aa

Please sign in to comment.