latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

regulatory

Tax information

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.

get/tax_info

Query parameters

symbolstring

The ticker symbol of an instrument for which data is requested, e.g., SKYQ, AIRE, ALM:BME, HSI:HKEX.

isinstring

Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

figistring

The FIGI of an instrument for which data is requested. This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

cusipstring

The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

exchangestring

The exchange name where the instrument is traded, e.g., Nasdaq, Euronext

mic_codestring

The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON

Response

statusstring required

The status of the request, e.g., ok, error

Example response

{
  "meta": {
    "symbol": "SKYQ",
    "name": "Sky Quarry Inc.",
    "exchange": "NASDAQ",
    "mic_code": "XNCM",
    "country": "United States"
  },
  "data": {
    "tax_indicator": "us_1446f"
  },
  "status": "ok"
}