sstrickx / yahoofinance-api

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

Is is possible to add Open Interest to the HistoricalQuote class? #180

Open htes5 opened 3 years ago

htes5 commented 3 years ago

I have an implementation where I am trying to get all eod information for multiple stocks/securities/commodities.

I see that HistoricalQuote holds the information for o, h, l, c, and volume. Is it possible to add open_interest to that class and the related getHistory methods?