Skip to content

Commit 49288a6

Browse files
committed
Adds any_of
1 parent 08c7493 commit 49288a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

polygon/rest/economy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class EconomyClient(BaseClient):
2020
def list_treasury_yields(
2121
self,
2222
date: Optional[str] = None,
23+
date_any_of: Optional[str] = None,
2324
date_gt: Optional[str] = None,
2425
date_gte: Optional[str] = None,
2526
date_lt: Optional[str] = None,
@@ -35,6 +36,7 @@ def list_treasury_yields(
3536
Retrieve treasury yield data.
3637
3738
:param date: Calendar date of the yield observation (YYYY-MM-DD).
39+
:param date_any_of: Filter equal to any of the values.
3840
:param date_gt: Filter for dates greater than the provided date.
3941
:param date_gte: Filter for dates greater than or equal to the provided date.
4042
:param date_lt: Filter for dates less than the provided date.

0 commit comments

Comments
 (0)