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

Last day in historical data request? #2

Closed
seanmckdev opened this issue Sep 14, 2017 · 1 comment
Closed

Last day in historical data request? #2

seanmckdev opened this issue Sep 14, 2017 · 1 comment

Comments

@seanmckdev
Copy link

If I get the last seven minute resolution trade bars...

IEnumerable<TradeBar> bars = History("SPY", 14, Resolution.Minute);
List<TradeBar> list = bars.ToList();

I keep forgetting if the first or last element in the list would be the most recent TradeBar.
It would be nice if it was added to the docs page.

@jaredbroad
Copy link
Member

Welcome to the new documentation!!! :D Thanks we'll add that section shortly.

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