Skip to content

Commit 9282b47

Browse files
author
Shlomi Kushchi
authored
readme:: add note when using get_barset with limit
1 parent cd22b33 commit 9282b47

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
@@ -168,6 +168,8 @@ print(api.get_barset(['AAPL', 'GOOG'], 'minute', start=start, end=end).df)
168168

169169
```
170170

171+
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.
172+
171173
---
172174

173175
## StreamConn

0 commit comments

Comments
 (0)