This documentation provides comprehensive guidance on accessing and utilizing our option chain data through our RESTful API. Option chains are vital tools for traders and investors in understanding the available options contracts for a particular security, including their strike prices, expiration dates, and other relevant information.
Our REST API offers a straightforward and efficient method for accessing real-time option chain data programmatically. Whether you’re developing trading algorithms, conducting market analysis, or building trading platforms, our API empowers you with the necessary data to make informed decisions in the options market.
URL: http://qbase1.vbiz.in/directrt/getoptionchain
Login ID: Valid login ID.
Product: DIRECTRTLITE, DIRECTRTPLUS, DIRECTRTPRO, DIRECTRTPRIME.
Accesstoken: Use the access token obtained after the last successful authentication. For further guidance on obtaining the access token, please refer to the following link: https://vbiz.in/kv/docs/authentication/
Note: The access token has a validity period of 24 hours and is exclusive to the specific PC from which it is obtained.
Exchange: NSE ,BSE ,MCX
Instrument: OPTIDX,OPTCUR,OPTCOM
Symbol: specify the symbol for which you require the option chain.
Expiry: Designate the expiration date for the symbols you wish to select.
Header For Option Chain
<ocnheader>CE_DayOpen,CE_DayHighest,CE_DayLowest,CE_PrevClose,CE_LTP,CE_LTD,CE_LTT,CE_TTQ,CE_TTV,CE_OI,CE_PrevOI,CE_Vol,CE_PrevVol,CE_BBP,CE_BBQ,CE_BSP,CE_BSQ,CE_ATP,CE_IV,CE_BSMPrice,CE_Delta,CE_Theta,CE_Gamma,CE_Rho,CE_PCRValue,CE_PCRVol,CE_PCROI,CE_Intrinsic,CE_Extrinsic,CE_Probability,CE_Moneyness,Symbol,Expiry,Strike,PE_DayOpen,PE_DayHighest,PE_DayLowest,PE_PrevClose,PE_LTP,PE_LTD,PE_LTT,PE_TTQ,PE_TTV,PE_OI,PE_PrevOI,PE_Vol,PE_PrevVol,PE_BBP,PE_BBQ,PE_BSP,PE_BSQ,PE_ATP,PE_IV,PE_BSMPrice,PE_Delta,PE_Theta,PE_Gamma,PE_Rho,PE_PCRValue,PE_PCRVol,PE_PCROI,PE_Intrinsic,PE_Extrinsic,PE_Probability,PE_Moneyness</ocnheader>
http://qbase1.vbiz.in/directrt/getoptionchain?exchange=NSE/BSE/MCX&instrument=OPTIDX/OPTCUR/OPTCOM&symbol=NIFTY&expiry=Expiry_Date&accesstoken=Access_token&loginid=Login_ID&product=DIRECTRTLITE
Response:
Powered by BetterDocs
You must be logged in to post a comment.