cURL
curl --request GET \ --url https://api.fcontext.com/company/{symbol}/shareholders \ --header 'X-API-Key: <api-key>'
{ "code": 123, "message": "<string>", "data": { "shareholder_list": [ { "shareholder_id": "SH_001", "shareholder_name": "Vanguard Group Inc", "percent_of_shares": "8.25%", "shares_changed": "+1,250,000", "report_date": "2024-01-15", "stocks": [], "institution_type": "Investment Company" } ], "forward_url": "<string>", "total": 123 } }
Retrieve major shareholders information for a specific company, including institutional and individual shareholders.
Stock symbol (e.g., AAPL, NASDAQ:AAPL)
1 - 20
"AAPL"
Company shareholders retrieved successfully
API response for company shareholders endpoints
Response status code
Response message
Company shareholders data
Show child attributes