[Feature Request] Nsetools_get_quote is not fetching Delivery data and Delivery %

It is coming from https://www.nseindia.com/api/quote-equity?symbol=INFY&section=trade_info

use nsefetch()

nsefetch("https://www.nseindia.com/api/quote-equity?symbol=INFY&section=trade_info")

The output will look like →

{
    "noBlockDeals": true,
    "bulkBlockDeals": [
        {
            "name": "Session I"
        },
        {
            "name": "Session II"
        }
    ],
    "marketDeptOrderBook": {
        "totalBuyQuantity": 536527,
        "totalSellQuantity": 486427,
        "bid": [
            {
                "price": 1392.5,
                "quantity": 1906
            },
            {
                "price": 1392.4,
                "quantity": 3
            },
            {
                "price": 1392.25,
                "quantity": 27
            },
            {
                "price": 1392.2,
                "quantity": 31
            },
            {
                "price": 1392.15,
                "quantity": 27
            }
        ],
        "ask": [
            {
                "price": 1392.65,
                "quantity": 2
            },
            {
                "price": 1392.7,
                "quantity": 2
            },
            {
                "price": 1392.85,
                "quantity": 1038
            },
            {
                "price": 1392.9,
                "quantity": 3108
            },
            {
                "price": 1392.95,
                "quantity": 156
            }
        ],
        "tradeInfo": {
            "totalTradedVolume": 5301240,
            "totalTradedValue": 74214.71,
            "totalMarketCap": 57774921.45,
            "ffmc": 50958339.4732687,
            "impactCost": 0.01
        },
        "valueAtRisk": {
            "securityVar": 9.83,
            "indexVar": 0,
            "varMargin": 9.83,
            "extremeLossMargin": 3.5,
            "adhocMargin": 0,
            "applicableMargin": 13.33
        }
    },
    "securityWiseDP": {
        "quantityTraded": 4102272,
        "deliveryQuantity": 2920190,
        "deliveryToTradedQuantity": 71.18,
        "seriesRemarks": null,
        "secWiseDelPosDate": "13-APR-2023 11:00:00"
    }
}