Open benmccann opened 7 years ago
Currently, it looks like you need to specify something like:
DataFrame<LocalDate,String> frame = quandl.getDailyData("WIKI", "AAPL", options -> { options.setStartDate("2014-01-06"); options.setEndDate("2014-02-04"); });
It'd be nice if I could just fetch the entire history by default and not have to specify start and end dates
Makes sense, I will add support for that
Currently, it looks like you need to specify something like:
It'd be nice if I could just fetch the entire history by default and not have to specify start and end dates