sstrickx / yahoofinance-api

Java Client API for Yahoo Finance
MIT License
498 stars 219 forks source link

Does this API have a method to return the quoteType data? #208

Open jschlade opened 1 year ago

jschlade commented 1 year ago

{ "quoteResponse": { "result": [ { "language": "en-US", "region": "US", "quoteType": "MUTUALFUND",

Hi,

Looking for the method that returns this data? Not all quotes are stocks. :-)

Thanks