Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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?