Check the market performance of all industries.
Request Code Samples
curl --location --request GET 'https://your-api-server.com/market/industry'
Responses
application/json [
{
"name": "string",
"sectorName": "string",
"stockCnt": 0,
"marketCap": 0,
"change": 0,
"change1m": 0,
"change1y": 0,
"change5y": 0,
"change10y": 0,
"avgVolume30d": 0,
"avgDividendYield": 0,
"avgPER": 0,
"revenue": 0,
"netIncome": 0,
"operatingIncome": 0,
"freeCashFlow": 0,
"grossMargin": 0,
"profitMargin": 0,
"ebitda": 0
}
]
Modified at 2024-08-14 06:42:26