R/data-raw/fetch.R

bad_fetch <- fetchSeries(function_nm = "time_series_daily", symbol = "mr_potato_head")
good_fetch <- fetchSeries(function_nm = "time_series_daily", symbol = "amzn")

fetch_list <- list(good = good_fetch, bad = bad_fetch)

Try the AlphaVantageClient package in your browser

Any scripts or data that you put into this service are public.

AlphaVantageClient documentation built on May 2, 2019, 6:49 a.m.