File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ def stream(
3636
3737 Makes a `GET /timeseries.stream` HTTP request.
3838
39+ Primary method for getting historical intraday market data, daily data,
40+ instrument definitions and market status data directly into your application.
41+
42+ This method only returns after all of the data has been downloaded,
43+ which can take a long time. For large requests, consider using a batch download.
44+
3945 Parameters
4046 ----------
4147 dataset : Dataset or str
@@ -128,6 +134,12 @@ async def stream_async(
128134
129135 Makes a `GET /timeseries.stream` HTTP request.
130136
137+ Primary method for getting historical intraday market data, daily data,
138+ instrument definitions and market status data directly into your application.
139+
140+ This coroutine will complete once all of the data has been downloaded,
141+ which can take a long time. For large requests, consider using a batch download.
142+
131143 Parameters
132144 ----------
133145 dataset : Dataset or str
You can’t perform that action at this time.
0 commit comments