Retrieve supply chain relationships for a symbol (e.g. suppliers, customers, or related entities).
Use Case: Visualize or list a company’s supply chain for fundamental and risk analysis.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
200 OK with a JSON object containing supply chain relationship data.
Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.