---
title: "Supply Chain Relationships"
method: GET
path: "/stock/supply-chain"
tags: ["Default"]
---

# Supply Chain Relationships

`GET /stock/supply-chain`

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.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- SupplyChainRelationships
  - `symbol` string — symbol
  - `data` KeyCustomersSuppliers[] — Key customers and suppliers.
    - `symbol` string — Symbol
    - `name` string — Name
    - `country` string — Country
    - `industry` string — Industry
    - `customer` boolean — Whether the company is a customer.
    - `supplier` boolean — Whether the company is a supplier
    - `oneMonthCorrelation` number, float — 1-month price correlation
    - `oneYearCorrelation` number, float — 1-year price correlation
    - `sixMonthCorrelation` number, float — 6-month price correlation
    - `threeMonthCorrelation` number, float — 3-month price correlation
    - `twoWeekCorrelation` number, float — 2-week price correlation
    - `twoYearCorrelation` number, float — 2-year price correlation

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
