---
title: "Order estimator"
method: POST
path: "/globalstocks/transEstimate"
tags: ["Global Stocks"]
---

# Order estimator

`POST /globalstocks/transEstimate`

Calculate order estimation.

## Headers

- `access-token` string, required

## Request body

- InxEstimatorRequest
  - `securityId` string, required — Exchange standard identification for each scrip
  - `price` string, required — Price at which order is placed
  - `quantity` string, required — Number of shares (fractional supported)
  - `transactionType` string, required — Transaction type - BUY(B) or SELL(S)

## Response `200`

Successful operation

- InxEstimatorResponse
  - `brokerage` number, float — Brokerage charges
  - `orderCharges` number, float — Total order charges
  - `exchangeCharges` number, float — Exchange charges
  - `turnOverFee` number, float — Turnover fee
  - `gstCharges` number, float — GST charges
  - `otherCharges` number, float — Other charges

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
