Default
Supply Chain Relationships
This endpoint provides an overall map of public companies' key customers and suppliers. The data offers a deeper look into a company's supply chain and how products are created. The data will help investors manage risk, limit exposure or generate alpha-generating ideas and trading insights.
get/stock/supply-chain
Query parameters
symbolstring required
Symbol.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"twoYearCorrelation": 2.302136,
"symbol": "symbol",
"country": "country",
"twoWeekCorrelation": 5.637377,
"oneMonthCorrelation": 0.8008282,
"supplier": true,
"name": "name",
"industry": "industry",
"threeMonthCorrelation": 5.962134,
"oneYearCorrelation": 6.0274563,
"sixMonthCorrelation": 1.4658129,
"customer": true
},
{
"twoYearCorrelation": 2.302136,
"symbol": "symbol",
"country": "country",
"twoWeekCorrelation": 5.637377,
"oneMonthCorrelation": 0.8008282,
"supplier": true,
"name": "name",
"industry": "industry",
"threeMonthCorrelation": 5.962134,
"oneYearCorrelation": 6.0274563,
"sixMonthCorrelation": 1.4658129,
"customer": true
}
]
}