get_company_shareholders
Retrieve shareholder information for companies in the Spanish stock exchange to analyze ownership structures and relationships.
Instructions
Get shareholders for a specific company
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyId | Yes | Company ID |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "Company ID",
"type": "string"
}
},
"required": [
"companyId"
],
"type": "object"
}