Skip to main content
POST
/
it
/
calculator
/
tax-pnl
/
securities
/
domestic
Submit Job
curl --request POST \
  --url https://api.sandbox.co.in/it/calculator/tax-pnl/securities/domestic \
  --header 'Authorization: <authorization>' \
  --header 'x-accept-type: <x-accept-type>' \
  --header 'x-api-key: <x-api-key>'

Headers

x-accept-type
enum<string>
default:application/json
required

Specifies the response format expected from the API. Use application/json for JSON responses or application/xlsx for Excel file downloads.application/xlsx

Available options:
application/json,
application/xlsx
x-api-key
string
required

Your API key used to authenticate and authorize the request.

x-api-version
string
default:1.0.0

Indicates the version of the API you want to use. Ensures backward-compatible behavior.

Authorization
string
required

Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.

Query Parameters

input
enum<string>
default:tradewise_settlement
required

Type of input file. Allowed values: tradewise_settlement or tradebook.

Available options:
tradewise_settlement,
tradebook
output
enum<string>
default:tradewise_tax_pnl
required

Output format to generate. Allowed values: tradewise_tax_pnl or scripwise_tax_pnl.

Available options:
tradewise_tax_pnl,
scripwise_tax_pnl
financial_year
string
required

Financial year for which the report is generated. Use format FY 20XX-XX (e.g., FY 2024-25).