Skip to main content
GET
Get ETF Profile
Logo URL: The logo field in data.profile is a proxied image URL. Use it as-is to display the ETF logo (e.g. in an <img src="...">). The URL has the form https://api.aries.com/v1/logos/image/... and does not expire; the API serves the image via its logo proxy.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

ETF ticker symbol (e.g. SPY, QQQ, VTI)

Example:

"SPY"

isin
string

ISIN identifier — the 12-character International Securities Identification Number for the instrument (e.g. US0378331005 for Apple). Provide this instead of symbol when you have an ISIN.

Response

ETF profile.

data
object