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 08c7493 commit 49288a6Copy full SHA for 49288a6
polygon/rest/economy.py
@@ -20,6 +20,7 @@ class EconomyClient(BaseClient):
20
def list_treasury_yields(
21
self,
22
date: Optional[str] = None,
23
+ date_any_of: Optional[str] = None,
24
date_gt: Optional[str] = None,
25
date_gte: Optional[str] = None,
26
date_lt: Optional[str] = None,
@@ -35,6 +36,7 @@ def list_treasury_yields(
35
36
Retrieve treasury yield data.
37
38
:param date: Calendar date of the yield observation (YYYY-MM-DD).
39
+ :param date_any_of: Filter equal to any of the values.
40
:param date_gt: Filter for dates greater than the provided date.
41
:param date_gte: Filter for dates greater than or equal to the provided date.
42
:param date_lt: Filter for dates less than the provided date.
0 commit comments