v36

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

Companies in Sector

Returns a list of tickers which are in the given sector.

get/api/stock/{sector}/tickers

Path parameters

sectorstring required

Response

List of tickers in the sector

datastring[]

Example response

{
  "data": [
    "AMD",
    "INTC",
    "NVDA"
  ]
}