Skip to main content

EDIS-Summary

This API returns the EDIS summary for the current day, including relevant EDIS configuration settings. It allows filtering based on market segment, scrip token, and product type.

🔍Query Parameters

ParameterTypeDescriptionExample/ENUM
mktSegIDstringMarket Segment IDNSE_EQ
tokenstringToken number for the specific scrip-1
productTypestringType of the product - D= Delivery, MF = MTFD

🔑Header Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authorizationaccess-token
Content-typestringMIME type of the request bodyapplication/json
x-api-keystringAPI key for authenticationx-api-key

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringIndicates the status of the API Request"success"
codestringA response code indicating the result of the API call"s-101"
messagestringDescriptive message of the response"Summary Fetched Successfully"
dataobjectContains summary and configuration infoSee details below

📄Data Object Info Fields

FieldTypeDescriptionExample/ENUM
edis_summaryobjectContains dailyy summary dataSee details below
edis_configobjectContains config settings for EDISSee details below

📝EDIS Summary Object Info Fields

FieldTypeDescriptionExample/ENUM
sDealerCodestringCode of the dealer or broker handling the transaction"JHKYF"
sISINCodestringUnique code for the security (ISIN)"INE123A01016"
sSecurityDescstringName or description of the stock/security"ACC INDIA LIMITED"
TotalFreeQtyintegerTotal quantity of shares freely available in the demat account1000
TodayFreeQtyintegerQuantity of shares that became free/available today100
ApprovedQuantityintegerNumber of shares already approved for EDIS80
ClosePriceintegerLast trading day's closing price of the stock2525
eDISDPQtyintegerQuantity of shares currently held in the DP (Depository Participant) account950
eDISCheckQtyintegerQuantity of shares currently being verified or under check50
eDISRequestQtyintegerQuantity of shares for which EDIS request has been placed today100
nSettlementTypeintegerType of settlement: <span class="inline-comment-marker" data-ref="3d2d7404-1bef-4af5-a7f3-006d35874d70">1</span>for regular, <span class="inline-comment-marker" data-ref="3d2d7404-1bef-4af5-a7f3-006d35874d70">2</span>for auction"1"

🧾EDIS Config Object Info Fields

FieldTypeDescriptionExample/ENUM
DPCheckintegerWhether DP account verification is active: <span class="inline-comment-marker" data-ref="ac0ab859-0ca8-42e9-bd44-21c806aa6d5c">1</span>means Yes, <span class="inline-comment-marker" data-ref="ac0ab859-0ca8-42e9-bd44-21c806aa6d5c">0</span>means No"1"
MaxTranCountintegerMaximum number of EDIS transactions allowed per day"100"
SingletransintegerMaximum value or quantity allowed in a single EDIS transaction"25"
UserTranCountintegerNumber of EDIS transactions the user has already done today"5"
ValueUtilizedintegerTotal value of shares used for EDIS today (in rupees)"125000"
PerDayTransactionValueintegerTotal value limit for EDIS transactions allowed in a single day (in rupees)"25000"
get/transactional/v1/edis/summary