@@ -286,8 +286,7 @@ def get_record_count(
286286 The end datetime for the request range (exclusive).
287287 Assumes UTC as timezone unless otherwise specified.
288288 If an integer is passed, then this represents nanoseconds since the UNIX epoch.
289- Values are forward filled based on the resolution provided.
290- Defaults to the same value as `start`.
289+ Defaults to the forward filled value of `start` based on the resolution provided.
291290 symbols : Iterable[str | int] or str or int, optional
292291 The instrument symbols to filter for. Takes up to 2,000 symbols per request.
293292 If 'ALL_SYMBOLS' or `None` then will select **all** symbols.
@@ -355,8 +354,7 @@ def get_billable_size(
355354 The end datetime for the request range (exclusive).
356355 Assumes UTC as timezone unless otherwise specified.
357356 If an integer is passed, then this represents nanoseconds since the UNIX epoch.
358- Values are forward filled based on the resolution provided.
359- Defaults to the same value as `start`.
357+ Defaults to the forward filled value of `start` based on the resolution provided.
360358 symbols : Iterable[str | int] or str, or int, optional
361359 The instrument symbols to filter for. Takes up to 2,000 symbols per request.
362360 If 'ALL_SYMBOLS' or `None` then will select **all** symbols.
@@ -425,8 +423,7 @@ def get_cost(
425423 The end datetime for the request range (exclusive).
426424 Assumes UTC as timezone unless otherwise specified.
427425 If an integer is passed, then this represents nanoseconds since the UNIX epoch.
428- Values are forward filled based on the resolution provided.
429- Defaults to the same value as `start`.
426+ Defaults to the forward filled value of `start` based on the resolution provided.
430427 mode : FeedMode or str {'live', 'historical-streaming', 'historical'}, default 'historical-streaming'
431428 The data feed mode for the request.
432429 symbols : Iterable[str | int] or str or int, optional
0 commit comments