Related Tickers

GET
/v1/related-companies/{ticker}

Retrieve a list of tickers related to a specified ticker, identified through an analysis of news coverage and returns data. This endpoint helps users discover peers, competitors, or thematically similar companies, aiding in comparative analysis, portfolio diversification, and market research.

Use Cases: Peer identification, comparative analysis, portfolio diversification, market research.

Plan AccessIncluded in all Stocks plans
Updated daily
Updated daily
Updated daily
Updated daily
Plan RecencyUpdated daily
Plan HistoryNot applicable to this endpoint
Path Parameters
ticker
string
required
The ticker symbol to search.
Response Attributes
request_id
string
optional
A request id assigned by the server.
results
array (object)
optional
An array of results containing the requested data.
ticker
string
A ticker related to the requested ticker.
status
string
optional
The status of this request's response.
ticker
string
optional
The ticker being queried.
Code Examples
curl -X GET "https://api.massive.com/v1/related-companies/{ticker}"
Query URL
GET
https://api.massive.com/v1/related-companies/{ticker}?apiKey=YOUR_API_KEY
Run query unavailable
Create account or sign in to Massive
Scroll to see updated query response
Response Object
{
  "request_id": "31d59dda-80e5-4721-8496-d0d32a654afe",
  "results": [
    {
      "ticker": "MSFT"
    },
    {
      "ticker": "GOOGL"
    },
    {
      "ticker": "AMZN"
    },
    {
      "ticker": "FB"
    },
    {
      "ticker": "TSLA"
    },
    {
      "ticker": "NVDA"
    },
    {
      "ticker": "INTC"
    },
    {
      "ticker": "ADBE"
    },
    {
      "ticker": "NFLX"
    },
    {
      "ticker": "PYPL"
    }
  ],
  "status": "OK",
  "stock_symbol": "AAPL"
}
Did you find this page helpful?
Do you still need help with something?