GET
/
securities
/
etf
/
profile
Get general information about an ETF
curl --request GET \
  --url https://openapi.ainvest.com/open/securities/etf/profile \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "ticker": "<string>",
    "exchange": "<string>",
    "name": "<string>",
    "description": "<string>",
    "issuer": "<string>",
    "logo_url": "<string>",
    "inception_date": "<string>",
    "aum": 123,
    "nav": 123,
    "nav_last_updated": "<string>",
    "expense_ratio": 123,
    "leverage": 123,
    "website_url": "<string>",
    "div_frequency": "<string>",
    "industry": "<string>"
  },
  "status_code": 123,
  "status_msg": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here

Query Parameters

ticker
string
required

US stock market ticker symbol of the ETF, e.g. SPY, QQQ, etc.

Response

Successful response in standard envelope.

data
object
status_code
number

Status code, 0 for success

status_msg
string

Status message, success for success