c4a12725cdb5
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.
Query parameters
The ticker symbol of an instrument for which data is requested, e.g., SKYQ, AIRE, ALM:BME, HSI:HKEX.
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
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.
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
The exchange name where the instrument is traded, e.g., Nasdaq, Euronext
The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON
Response
Example response
{
"meta": {
"symbol": "SKYQ",
"name": "Sky Quarry Inc.",
"exchange": "NASDAQ",
"mic_code": "XNCM",
"country": "United States"
},
"data": {
"tax_indicator": "us_1446f"
},
"status": "ok"
}