patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Retrieve a day range for a specific day in the year #39

Closed MasterBroki closed 5 years ago

MasterBroki commented 5 years ago

Hi,

Does Aplhavantage allow this kind of request withouth loading all the data in between? Couldn't find anything in the documentation.

ex. get the day range for the day 200 days ago.

Thanks!

patriques82 commented 5 years ago

Hi, If the api does not support the call the wrapper should not have it either. The wrapper is only used to support the existing api calls.