Skip to content

Commit cc149af

Browse files
Update live_depth_usdinr.py
1 parent bb36f77 commit cc149af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interactive_examples/market_data/live_depth_usdinr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def find_usdinr(client, exchange: str):
5252
exchanges="NSE" if exchange == "CDS" else "BSE",
5353
segments="CURR",
5454
instrument_types="FUT",
55+
expiry="current_month",
5556
records=10,
5657
)
5758
instruments = resp.data or []

0 commit comments

Comments
 (0)