get_sector_correlation_analysis
Analyze sector performance correlations and market trends to identify relationships in the Spanish stock exchange over a specified period.
Instructions
Analyze sector performance correlations and market trends
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to analyze |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"default": 30,
"description": "Number of days to analyze",
"type": "number"
}
},
"type": "object"
}