Skip to main content
GET
/
securities
/
domestic
/
holdings
Domestic Securities Holdings API
curl --request GET \
  --url https://api.broker.com/securities/domestic/holdings \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
"{\n    \"sheets\": [\n        {\n            \"name\": \"Holdings\",\n            \"blocks\": [\n                {\n                    \"@entity\": \"table\",\n                    \"name\": \"Equity Holdings\",\n                    \"header\": [\n                        \"isin\",\n                        \"symbol\",\n                        \"quantity\",\n                        \"buy_date\",\n                        \"buy_average\",\n                        \"transaction_type\",\n                        \"label\",\n                        \"last_traded_price\",\n                        \"unrealized_pnl\"\n                    ],\n                    \"rows\": [\n                        [\n                            \"INE618L01018\",\n                            \"5PAISA\",\n                            1.0,\n                            1668494060000,\n                            335.6,\n                            null,\n                            null,\n                            314.4,\n                            -21.2,\n                            1\n                        ]\n                    ]\n                },\n                {\n                    \"@entity\": \"table\",\n                    \"name\": \"Mutual Fund Holdings\",\n                    \"header\": [\n                        \"isin\",\n                        \"symbol\",\n                        \"scheme_type\",\n                        \"quantity\",\n                        \"buy_date\",\n                        \"buy_average\",\n                        \"transaction_type\",\n                        \"label\",\n                        \"last_traded_price\",\n                        \"unrealized_pnl\"\n                    ],\n                    \"rows\": [\n                        [\n                            \"INF204KB17I5\",\n                            \"NIPPON INDIA ETF GOLD BEES\",\n                            \"Debt\",\n                            1.0,\n                            1668494060000,\n                            43.62,\n                            null,\n                            null,\n                            45.12,\n                            1\n                        ]\n                    ]\n                },\n                {\n                    \"@entity\": \"table\",\n                    \"name\": \"ETF Holdings\",\n                    \"header\": [\n                        \"isin\",\n                        \"symbol\",\n                        \"scheme_type\",\n                        \"quantity\",\n                        \"buy_date\",\n                        \"buy_average\",\n                        \"transaction_type\",\n                        \"label\",\n                        \"last_traded_price\",\n                        \"unrealized_pnl\"\n                    ],\n                    \"rows\": [\n                        [\n                            \"INF204KB17I5\",\n                            \"NIPPON INDIA ETF GOLD BEES\",\n                            \"Debt\",\n                            1.0,\n                            1668494060000,\n                            43.62,\n                            null,\n                            null,\n                            45.12,\n                            1\n                        ]\n                    ]\n                }\n            ]\n        }\n    ]\n}"

Headers

x-api-key
string
required

API key to uniquely identify the API user

x-api-version
string

API version

Authorization
string
required

Authentication token to authorize the request

Query Parameters

as_on_date
string
required

Holdings as on date

Response

200

sheets
object[]