sstrickx / yahoofinance-api

Java Client API for Yahoo Finance
MIT License
507 stars 222 forks source link

Get all values of a certain market #85

Closed Blunderchips closed 7 years ago

Blunderchips commented 7 years ago

Is there a way to get all stock values of a certain market?

sstrickx commented 7 years ago

No, there isn't. You'll have to put all the tickers in an array, they can be retrieved in a single request by using get(String[] symbols)