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
Example response
{
"data": [
"AMD",
"INTC",
"NVDA"
]
}