master
This commit is contained in:
@@ -243,12 +243,12 @@ class NSEIndexConstituents(AsyncNSEBase):
|
||||
"totTradedVol": symbol["totalTradedVolume"],
|
||||
"totTradedVal": symbol["totalTradedValue"],
|
||||
"prevClose": symbol["previousClose"],
|
||||
"change": symbol["change"],
|
||||
"pctChange": symbol["pChange"],
|
||||
"chg": symbol["change"],
|
||||
"pChg": symbol["pChange"],
|
||||
"yearHigh": symbol["yearHigh"],
|
||||
"yearLow": symbol["yearLow"],
|
||||
"pctChange30d": symbol["perChange30d"],
|
||||
"pctChange365d": symbol["perChange365d"],
|
||||
"pChg30d": symbol["perChange30d"],
|
||||
"pChg365d": symbol["perChange365d"],
|
||||
"ffmc": symbol["ffmc"]
|
||||
} for symbol in raw_json["data"] if symbol["priority"] == 0
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user