Sie sind auf Seite 1von 1

https://nseindia.com/live_market/dynaContent/live_watch/option_chain/optionKeys.

jsp
?symbolCode=-9999&symbol=BANKNIFTY&symbol=BANKNIFTY&instrument=OPTIDX&date=-
&segmentLink=17&segmentLink=17

https://nseindia.com/marketinfo/sym_map/symbolMapping.jsp?
symbol=WIPRO&instrument=OPTSTK&date=-&segmentLink=17

let symbol = () =>


let
// here we take the content of the cell named "date" in workbook
source = Excel.CurrentWorkbook(){[name="symbols"]}[content] ,

// result is returned as table with one row, convert it to type


changetypetotext = Table.TransformColumnTypes(source,{{"column1", type text}}),
TakeDataValue = changetypetotext{0}[Column1]
in
TakeDataValue

in symbol

=IF(OR(symbol="BANKNIFTY",symbol="NIFTY"),"OPTIDX","OPTSTK")
=IF(symbol="NIFTY BANK","BANKNIFTY",IF(symbol="NIFTY 50","NIFTY",symbol))

Das könnte Ihnen auch gefallen