Skip to content

Commit 8a87ab2

Browse files
author
Shlomi Kushchi
authored
Merge pull request #326 from alpacahq/get_barset_with_limit
Add note when using get_barset with limit
2 parents 7327d29 + 9282b47 commit 8a87ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ print(api.get_barset(['AAPL', 'GOOG'], 'minute', start=start, end=end).df)
178178

179179
```
180180

181+
please note that if you are using limit, it is calculated from the end date. and if end date is not specified, "now" is used. <br>Take that under consideration when using start date with a limit.
182+
181183
---
182184

183185
## StreamConn

0 commit comments

Comments
 (0)