latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

reference_data

Instrument type

The instrument type endpoint lists all available financial instrument types, such as stocks, ETFs, and cryptos. This information is essential for users to identify and categorize different financial instruments when accessing or analyzing market data.

get/instrument_type

Response

resultstring[] required

List of instrument types available at Twelve Data API.

statusstring required

Status of the response

Example response

{
  "result": [
    "Agricultural Product",
    "American Depositary Receipt",
    "Bond",
    "Bond Fund",
    "Closed-end Fund",
    "Common Stock",
    "Depositary Receipt",
    "Digital Currency",
    "Energy Resource",
    "ETF",
    "Exchange-Traded Note",
    "Global Depositary Receipt",
    "Index",
    "Industrial Metal",
    "Limited Partnership",
    "Livestock",
    "Mutual Fund",
    "Physical Currency",
    "Precious Metal",
    "Preferred Stock",
    "REIT",
    "Right",
    "Structured Product",
    "Trust",
    "Unit",
    "Warrant"
  ],
  "status": "ok"
}