eshan6704 commited on
Commit
5ec78f4
·
verified ·
1 Parent(s): 2df3369

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -8,7 +8,7 @@ from common import html_card, wrap_html
8
  from ta_indi_pat import talib_df
9
 
10
 
11
- def nifty50_daily(max_rows=200):
12
  """
13
  Fetch NIFTY 50 (^NSEI) 1-year OHLCV data from Yahoo Finance,
14
  add TA-Lib indicators + candlestick patterns,
 
8
  from ta_indi_pat import talib_df
9
 
10
 
11
+ def fetch_index(max_rows=200):
12
  """
13
  Fetch NIFTY 50 (^NSEI) 1-year OHLCV data from Yahoo Finance,
14
  add TA-Lib indicators + candlestick patterns,