API Documentation

⌘K
GET/api/1/equity-extended/supply-chain/{ticker}

Supply Chain Relationships API

Returns supply chain relationships (customers, suppliers) extracted from SEC 10-K filings for a company

Parameters

1
tickerstringrequired
path

Stock ticker symbol (e.g. AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/supply-chain/AAPL' \
  -H 'Accept: application/json'
200 Response
[
  {}
]