Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make specifying options optional #3

Open
benmccann opened this issue Aug 23, 2017 · 1 comment
Open

Make specifying options optional #3

benmccann opened this issue Aug 23, 2017 · 1 comment

Comments

@benmccann
Copy link

benmccann commented Aug 23, 2017

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

@Zavster
Copy link
Contributor

Zavster commented Aug 23, 2017

Makes sense, I will add support for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants