Skip to content

Commit 0835bba

Browse files
fix: make resolution optional in list_futures_aggregates to include in query params (#926)
1 parent 6ca3fc3 commit 0835bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/futures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FuturesClient(BaseClient):
2626
def list_futures_aggregates(
2727
self,
2828
ticker: str,
29-
resolution: str,
29+
resolution: Optional[str] = None,
3030
window_start: Optional[str] = None,
3131
window_start_lt: Optional[str] = None,
3232
window_start_lte: Optional[str] = None,

0 commit comments

Comments
 (0)