From 88687e9923a095a1a298071a0c311cd357b6a552 Mon Sep 17 00:00:00 2001 From: Ishaan Kanwar <35752561+IshaanKanwar@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:32:34 +0530 Subject: [PATCH] Update README.md In example symbol for nifty or banknifty has to come in small letters and not capital, it does not show anything if it's in capital letters --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ba40a44..ac8e04a8 100644 --- a/README.md +++ b/README.md @@ -328,11 +328,11 @@ print(client.fetch_market_depth_by_symbol(a)) #### Option Chain ```py -client.get_expiry("N","NIFTY") +client.get_expiry("N","nifty") # Returns list of all active expiries -# client.get_option_chain("N","NIFTY",) -client.get_option_chain("N","NIFTY",1647507600000) +# client.get_option_chain("N","nifty",) +client.get_option_chain("N","nifty",1647507600000) ``` #### Historical Data