---
title: "Tax information"
method: GET
path: "/tax_info"
tags: ["regulatory"]
---

# Tax information

`GET /tax_info`

The tax information endpoint provides detailed tax-related data for a specified financial instrument, including applicable tax rates and relevant tax codes. This information is essential for users needing to understand the tax implications associated with trading or investing in specific instruments.

## Query parameters

- `symbol` string
- `isin` string
- `figi` string
- `cusip` string
- `exchange` string
- `mic_code` string

## Response `200`

- object
  - `meta` object, required — Metadata about the requested instrument
    - `symbol` string, required — The ticker symbol of an instrument for which data was requested
    - `name` string, required — The instrument name
    - `exchange` string, required — The exchange name where the instrument is traded
    - `mic_code` string, required — The Market Identifier Code (MIC) of the exchange where the instrument is traded
    - `country` string, required — The instrument country name
  - `data` object, required — Tax information data containing the tax indicator for the requested instrument
    - `tax_indicator` string, required — The instrument tax indicator, can be `null`, `us_1446f`, `spanish_ftt`, `uk_stamp_duty`, `hk_stamp_duty`, `french_ftt` or `italian_ftt`
  - `status` string, required — The status of the request, e.g., `ok`, `error`

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
