uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
577 stars 140 forks source link

Adding integration for Apha Vantage #8

Open jbax opened 4 years ago

jbax commented 4 years ago

They have a pretty decently documented API: https://www.alphavantage.co/documentation/ Not sure if there are any java libs out there that implement most of the support for that, if there is then it should not be too hard to create the Exchange and ClientAccount implementation for them.