v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Returns the information about the given ETF ticker.

get/api/etfs/{ticker}/info

Path parameters

tickerstring required

A single ETF ticker.

Response

Successful response with ETF information.

Example response

{
  "data": [
    {
      "aum": "428887833900",
      "avg30_volume": "73784934",
      "call_vol": 284364,
      "description": "The Trust seeks to achieve its investment objective by holding a portfolio of the common stocks that are included in the index (the “Portfolio”), with the weight of each stock in the Portfolio substantially corresponding to the weight of such stock in the index.",
      "domicile": "US",
      "etf_company": "SPDR",
      "expense_ratio": "0.0945",
      "has_options": true,
      "holdings_count": 503,
      "inception_date": "1993-01-22",
      "name": "SPDR S&P 500 ETF Trust",
      "opt_vol": 533227,
      "put_vol": 248863,
      "stock_vol": 4348819,
      "website": "https://www.ssga.com/us/en/institutional/etfs/funds/spdr-sp-500-etf-trust-spy"
    }
  ]
}