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

ForeignExchange Call #40

Closed sholafalana closed 5 years ago

sholafalana commented 5 years ago

The ForeignExchange class was able to convert value from one currency to another but here is another API call in the documentation that is not working https://www.alphavantage.co/query?function=FX_DAILY&from_symbol=EUR&to_symbol=USD&outputsize=full&apikey=demo . the input in this case is FX_DAILY, EUR, and USD, .

patriques82 commented 5 years ago

This should be solved now with @ilkerKopanBundle PR, right?

ilkerKopanBundle commented 5 years ago

thats right my PR covers that function.