Incorrect strike price showing on https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
-
Hi Team,
I have observed that below json file shows incorrect strike price.
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
Example,
If i want to look for UPL option with 25 Mar 2021 at 570 CE,
it shows "strike":"57000.000000" instead of 570.000000{"token":"108725","symbol":"UPL25MAR21570CE","name":"UPL","expiry":"25MAR2021","strike":"57000.000000","lotsize":"1300","instrumenttype":"OPTSTK","exch_seg":"NFO","tick_size":"5.000000"}
Please check and let me if this is correct
-
@rjbanna Thanks , let me try it.
-
@builder35 Strike price is correct. You just need to divide the strike price with 100 in case of EQUITY/MCX and by 10000000 in case of CDS. I checked the code of smart API and I found this logic behind it.