Request an API key for AlphaVantage (https://www.alphavantage.co/
support/#api-key) and collect the daily foreign exchange rate from USD to
JPY using the get_forex_rates() method on the same StockReader object
you created to collect the data for the previous exercises. Build a candlestick plot
with the data from February 2019 through January 2020, resampled to 1-week
intervals. Hint: take a look at the slice() function from the standard library
(https://docs.python.org/3/library/functions.html#slice)
in order to provide the date range.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here