eshan6704 commited on
Commit
c332c65
·
verified ·
1 Parent(s): dd7bee7

Update daily.py

Browse files
Files changed (1) hide show
  1. daily.py +1 -0
daily.py CHANGED
@@ -108,6 +108,7 @@ def daily(symbol,source="yfinace"):
108
 
109
  if source=="NSE":
110
  df=nse_del(symbol)
 
111
  return df
112
  def fetch_daily(symbol, source,max_rows=200):
113
  """
 
108
 
109
  if source=="NSE":
110
  df=nse_del(symbol)
111
+ print("df from nse data")
112
  return df
113
  def fetch_daily(symbol, source,max_rows=200):
114
  """