sstrickx / yahoofinance-api

Java Client API for Yahoo Finance
MIT License
504 stars 221 forks source link

Proposal to fix incomplete StockQuote and StockStats using API v7. #182

Open WIM-TRD opened 3 years ago

WIM-TRD commented 3 years ago

Found this issue when trying to retrieve EBITDA data from stock.

Relates to ticket: #153 In current version of the code when requesting a quote from the API (v7) the response is not fully "complete" towards the wanted variables in StockQuote and Stats. By using "fields" as a parameter we can extract more information regarding the stock.

Thank you for considering the proposal and please leave feedback if merge not suitable.

(No regression test was done)