/google/finance/quotes/related
Google
/google/finance/quotes/related
Get securities related to a ticker in SYMBOL:EXCHANGE form
Price: 1 credit
💡 AI Hint: Get securities related to a ticker identified as SYMBOL:EXCHANGE (peers and comparable companies). Returns each related security’s id, symbol, exchange, name, and current price.
⚠️ Common errors: 412: Ticker not found or no related securities available
POST
/google/finance/quotes/related
Authorizations
API token from the dashboard
Headers
Body
application/json
Ticker in SYMBOL:EXCHANGE form
Pattern:
^[A-Za-z0-9.\-]{1,15}:[A-Za-z0-9.\-]{1,15}$Examples:
"GOOGL:NASDAQ"
"AAPL:NASDAQ"
"TSLA:NASDAQ"
Maximum number of related securities to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500