cURL
curl --request GET \ --url https://api.example.com/api/market/v1/get-sector-summary
{ "sectors": [ { "symbol": "<string>", "name": "<string>", "change": 123 } ] }
GetSectorSummary retrieves market sector performance data from Finnhub.
Time period for performance calculation (e.g., "1d", "1w", "1m"). Defaults to "1d".
Successful response
GetSectorSummaryResponse contains sector performance data.
Show child attributes
Was this page helpful?