latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

reference_data

Funds

The funds endpoint provides a daily updated list of available investment funds. It returns an array containing detailed information about each fund, including identifiers, names, and other relevant attributes.

get/funds

Query parameters

symbolstring

The ticker symbol of an instrument for which data is requested

figistring

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.

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

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

cikstring

The CIK of an instrument for which data is requested

exchangestring

Filter by exchange name

mic_codestring

Filter by market identifier code (MIC) under ISO 10383 standard

countrystring

Filter by country name or alpha code, e.g., United States or US

format'JSON' | 'CSV'

The format of the response data

delimiterstring

The separator used in the CSV response data

show_planboolean

Adds info on which plan symbol is available

pageinteger

Page number of the results to fetch

outputsizeinteger

Determines the number of data points returned in the output

Response

statusstring required

Status of the response

Example response

{
  "result": {
    "count": 84799,
    "list": [
      {
        "symbol": "DIVI",
        "name": "AdvisorShares Athena High Dividend ETF",
        "country": "United States",
        "currency": "USD",
        "exchange": "NYSE",
        "mic_code": "ARCX",
        "type": "ETF",
        "figi_code": "BBG00161BCW4",
        "cfi_code": "CECILU",
        "isin": "GB00B65TLW28",
        "cusip": "35473P108",
        "access": {
          "global": "Basic",
          "plan": "Basic",
          "plan_business": "Basic"
        }
      }
    ]
  },
  "status": "ok"
}