c4a12725cdb5
ETFs
The ETFs endpoint provides a daily updated list of all available Exchange-Traded Funds. It returns an array containing detailed information about each ETF, including its symbol, name, and other relevant identifiers. This endpoint is useful for retrieving a comprehensive catalog of ETFs for portfolio management, investment tracking, or financial analysis.
Query parameters
The ticker symbol of an instrument for which data is requested
Filter by financial instrument global identifier (FIGI). 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.
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 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 CIK of an instrument for which data is requested
Filter by exchange name
Filter by market identifier code (MIC) under ISO 10383 standard
Filter by country name or alpha code, e.g., United States or US
The format of the response data
The separator used in the CSV response data
Adds info on which plan symbol is available
Include delisted identifiers
Page number of the results to fetch
Determines the number of data points returned in the output
Response
Example response
{
"count": 100,
"data": [
{
"symbol": "SPY",
"name": "SPDR S&P 500 ETF Trust",
"currency": "USD",
"exchange": "NYSE",
"mic_code": "ARCX",
"country": "United States",
"figi_code": "BBG000BDTF76",
"cfi_code": "CECILU",
"isin": "US78462F1030",
"cusip": "037833100",
"access": {
"global": "Basic",
"plan": "Basic",
"plan_business": "Basic"
}
}
],
"status": "ok"
}