@@ -277,7 +277,7 @@ def get_shape(
277277 dataset : Dataset or str
278278 The dataset code for the request.
279279 symbols : List[Union[str, int]] or str, optional
280- The product symbols to filter for. Takes up to 10 ,000 symbols per request.
280+ The product symbols to filter for. Takes up to 2 ,000 symbols per request.
281281 If `*` or ``None`` then will be for **all** symbols.
282282 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
283283 The data record schema for the request.
@@ -354,7 +354,7 @@ def get_billable_size(
354354 dataset : Dataset or str
355355 The dataset code for the request.
356356 symbols : List[Union[str, int]] or str, optional
357- The product symbols to filter for. Takes up to 10 ,000 symbols per request.
357+ The product symbols to filter for. Takes up to 2 ,000 symbols per request.
358358 If `*` or ``None`` then will be for **all** symbols.
359359 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
360360 The data record schema for the request.
@@ -423,7 +423,7 @@ def get_cost(
423423 mode : FeedMode or str {'live', 'historical-streaming', 'historical'}, default 'historical-streaming'
424424 The data feed mode for the request.
425425 symbols : List[Union[str, int]] or str, optional
426- The product symbols to filter for. Takes up to 10 ,000 symbols per request.
426+ The product symbols to filter for. Takes up to 2 ,000 symbols per request.
427427 If `*` or ``None`` then will be for **all** symbols.
428428 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
429429 The data record schema for the request.
0 commit comments