We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca3fc3 commit 0835bbaCopy full SHA for 0835bba
polygon/rest/futures.py
@@ -26,7 +26,7 @@ class FuturesClient(BaseClient):
26
def list_futures_aggregates(
27
self,
28
ticker: str,
29
- resolution: str,
+ resolution: Optional[str] = None,
30
window_start: Optional[str] = None,
31
window_start_lt: Optional[str] = None,
32
window_start_lte: Optional[str] = None,
0 commit comments