Ljupch0 / yfinance

Tidy Financial Statement Data in R. Via the Yahoo Finance API.
31 stars 7 forks source link

do you have plan to download statistics page #5

Open hyunyulhenry opened 3 years ago

hyunyulhenry commented 3 years ago

at first, really thanks to your wonderful package

do you have plan to download statistics page , like link below this information is also very useful

https://finance.yahoo.com/quote/AAPL/key-statistics?p=AAPL

Ljupch0 commented 3 years ago

thank you. No plans as of now. Are the stats you're interested in these links?

https://query2.finance.yahoo.com/v10/finance/quoteSummary/AAPL?modules=defaultKeyStatistics https://query2.finance.yahoo.com/v10/finance/quoteSummary/AAPL?modules=financialData

If yes, it would not be too difficult to implement. If you want the exact values as on the website you can try to scrape the page with rvest