Update index_live_html.py
Browse files- index_live_html.py +1 -1
index_live_html.py
CHANGED
|
@@ -3,7 +3,7 @@ from nsepython import *
|
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
def build_index_live_html():
|
| 6 |
-
p = nse_index_live()
|
| 7 |
|
| 8 |
full_df = p.get("data", pd.DataFrame())
|
| 9 |
rem_df = p.get("rem", pd.DataFrame())
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
def build_index_live_html():
|
| 6 |
+
p = nse_index_live("NIFTY 50")
|
| 7 |
|
| 8 |
full_df = p.get("data", pd.DataFrame())
|
| 9 |
rem_df = p.get("rem", pd.DataFrame())
|