Skip to content

Commit 28ee2a0

Browse files
ttytmjbonzo
andauthored
add iterator type to get_grouped_daily_aggs return (#337)
* add iterator type to get_grouped_daily_aggs return * use List type Co-authored-by: Ricky Barillas <[email protected]> * revert Iterator type import Co-authored-by: Ricky Barillas <[email protected]>
1 parent 2bbb5c7 commit 28ee2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/aggs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_grouped_daily_aggs(
6060
raw: bool = False,
6161
market_type: str = "stocks",
6262
include_otc: bool = False,
63-
) -> Union[GroupedDailyAgg, HTTPResponse]:
63+
) -> Union[List[GroupedDailyAgg], HTTPResponse]:
6464
"""
6565
Get the daily open, high, low, and close (OHLC) for the entire market.
6666

0 commit comments

Comments
 (0)