master
This commit is contained in:
@@ -182,14 +182,14 @@ class NSEIndexMaster(AsyncNSEBase):
|
||||
"low": idx["low"],
|
||||
"close": idx["last"],
|
||||
"prevClose": idx["previousClose"],
|
||||
"pctChange": idx["percentChange"],
|
||||
"pChg": idx["percentChange"],
|
||||
"yearHigh": idx["yearHigh"],
|
||||
"yearLow": idx["yearLow"],
|
||||
"advances": idx.get("advances"),
|
||||
"declines": idx.get("declines"),
|
||||
"unchanged": idx.get("unchanged"),
|
||||
"pctChange30d": idx["perChange30d"],
|
||||
"pctChange365d": idx["perChange365d"]
|
||||
"pChg30d": idx["perChange30d"],
|
||||
"pChg365d": idx["perChange365d"]
|
||||
} for idx in raw_json["data"]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user