Skip to content

Commit dafd940

Browse files
authored
Updated get_aggs docstring to change _from to from_ (#350)
1 parent 0bad448 commit dafd940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/aggs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_aggs(
2929
:param ticker: The ticker symbol.
3030
:param multiplier: The size of the timespan multiplier.
3131
:param timespan: The size of the time window.
32-
:param _from: The start of the aggregate time window as YYYY-MM-DD, a date, Unix MS Timestamp, or a datetime.
32+
:param from_: The start of the aggregate time window as YYYY-MM-DD, a date, Unix MS Timestamp, or a datetime.
3333
:param to: The end of the aggregate time window as YYYY-MM-DD, a date, Unix MS Timestamp, or a datetime.
3434
:param adjusted: Whether or not the results are adjusted for splits. By default, results are adjusted. Set this to false to get results that are NOT adjusted for splits.
3535
:param sort: Sort the results by timestamp. asc will return results in ascending order (oldest at the top), desc will return results in descending order (newest at the top).The end of the aggregate time window.

0 commit comments

Comments
 (0)