Supply Chain API
The Supply Chain API provides detailed insights into company business relationships, including key customers, competitors (peers), and suppliers. This data is essential for understanding a company's market position, revenue concentration risks, and supply chain dependencies.
/supply-chain/:ticker/customersIdentifies a company's major customers and key accounts. Understanding customer concentration is critical for assessing revenue stability, growth prospects, and potential risks from customer dependency.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | Required | Stock ticker symbol of the company to analyze (e.g., "AAPL", "MSFT", "GOOGL") |
Examples:
https://api.axionquant.com/supply-chain/AAPL/customershttps://api.axionquant.com/supply-chain/MSFT/customersResponse Fields
ticker string
Customer company ticker symbol
companyName string
Customer company full name
marketCap string
Customer company market capitalization (in millions)
revenues string
Customer company total revenues (in millions)
income string
Customer company net income (in millions)
employees string
Customer company number of employees
Major Customers
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4customers = client.supply_chain.customers('AAPL')
5print(customers)Response
[
{
"ticker": "AMZN",
"companyName": "Amazon com Inc",
"marketCap": "2,522,766.91",
"revenues": "742,776.00",
"income": "90,798.00",
"employees": "1,576,000"
},
{
"ticker": "ALRM",
"companyName": "Alarm com Holdings Inc",
"marketCap": "2,609.99",
"revenues": "1,037.56",
"income": "127.30",
"employees": "2,058"
},
{
"ticker": "CXM",
"companyName": "Sprinklr Inc",
"marketCap": "1,257.01",
"revenues": "810.48",
"income": "127.36",
"employees": "3,258"
},
{
"ticker": "EVBG",
"companyName": "Everbridge Inc",
"marketCap": "1,446.57",
"revenues": "451.02",
"income": "-52.73",
"employees": "804"
},
{
"ticker": "EVCM",
"companyName": "Evercommerce Inc",
"marketCap": "1,679.67",
"revenues": "560.11",
"income": "33.93",
"employees": "1,800"
},
{
"ticker": "INFY",
"companyName": "Infosys Limited",
"marketCap": "44,620.77",
"revenues": "20,158.00",
"income": "3,316.00",
"employees": "346,845"
},
{
"ticker": "KD",
"companyName": "Kyndryl Holdings Inc",
"marketCap": "2,632.24",
"revenues": "15,092.00",
"income": "198.00",
"employees": "80,000"
},
{
"ticker": "RSKIA",
"companyName": "George Risk Industries Inc",
"marketCap": "93.29",
"revenues": "27.96",
"income": "8.35",
"employees": "200"
},
{
"ticker": "SEM",
"companyName": "Select Medical Holdings Corp",
"marketCap": "2,079.08",
"revenues": "5,521.13",
"income": "203.58",
"employees": "45,300"
},
{
"ticker": "SNPO",
"companyName": "Snap One Holdings Corp",
"marketCap": "820.87",
"revenues": "1,055.02",
"income": "-17.85",
"employees": "1,610"
},
{
"ticker": "SPT",
"companyName": "Sprout Social Inc",
"marketCap": "442.05",
"revenues": "468.91",
"income": "-38.44",
"employees": "1,362"
},
{
"ticker": "ANGI",
"companyName": "Angi Inc",
"marketCap": "240.80",
"revenues": "1,021.66",
"income": "19.75",
"employees": "2,300"
},
{
"ticker": "BMBL",
"companyName": "Bumble Inc",
"marketCap": "410.22",
"revenues": "930.94",
"income": "-862.55",
"employees": "580"
},
{
"ticker": "DT",
"companyName": "Dynatrace Inc",
"marketCap": "13,043.64",
"revenues": "1,941.65",
"income": "-159.78",
"employees": "4,700"
}
]/supply-chain/:ticker/peersIdentifies a company's main competitors and industry peers. Essential for competitive analysis, benchmarking, and understanding the competitive landscape within a specific industry or market segment.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | Required | Stock ticker symbol of the company to analyze (e.g., "AAPL", "MSFT", "GOOGL") |
Examples:
https://api.axionquant.com/supply-chain/AAPL/peershttps://api.axionquant.com/supply-chain/MSFT/peersResponse Fields
name string
Competitor company full name
ticker string
Competitor company ticker symbol
symbol string
Competitor company exchange:symbol pair
Competitors (Peers)
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4peers = client.supply_chain.peers('AAPL')
5print(peers)Response
[
{
"name": "GainClients, Inc.",
"ticker": "GCLT",
"symbol": "OTC:GCLT"
},
{
"name": "Brag House Holdings, Inc.",
"ticker": "TBH",
"symbol": "NASDAQ:TBH"
},
{
"name": "Grayscale Stacks Trust",
"ticker": "STCK",
"symbol": "OTC:STCK"
},
{
"name": "Winners, Inc.",
"ticker": "WNRS",
"symbol": "OTC:WNRS"
},
{
"name": "Zeta Network Group Class A",
"ticker": "ZNB",
"symbol": "NASDAQ:ZNB"
},
{
"name": "Gartner, Inc.",
"ticker": "IT",
"symbol": "NYSE:IT"
},
{
"name": "Hartford Creative Group Inc",
"ticker": "HFUS",
"symbol": "OTC:HFUS"
},
{
"name": "Internetarray, Inc.",
"ticker": "INAR",
"symbol": "OTC:INAR"
},
{
"name": "Liberty Media Corporation Series A Liberty Formula One",
"ticker": "FWONA",
"symbol": "NASDAQ:FWONA"
},
{
"name": "Bollinger Innovations, Inc.",
"ticker": "BINI",
"symbol": "OTC:BINI"
},
{
"name": "Nextdoor Holdings, Inc. Class A",
"ticker": "NXDR",
"symbol": "NYSE:NXDR"
},
{
"name": "FuboTV Inc. Class A",
"ticker": "FUBO",
"symbol": "NYSE:FUBO"
}
]/supply-chain/:ticker/suppliersIdentifies a company's key suppliers and critical vendors. Essential for analyzing supply chain risks, cost structure, and potential vulnerabilities from supplier concentration or dependency.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | Required | Stock ticker symbol of the company to analyze (e.g., "AAPL", "MSFT", "GOOGL") |
Examples:
https://api.axionquant.com/supply-chain/AAPL/suppliershttps://api.axionquant.com/supply-chain/TSLA/suppliersResponse Fields
ticker string
Supplier company ticker symbol
companyName string
Supplier company full name
marketCap string
Supplier company market capitalization (in millions)
revenues string
Supplier company total revenues (in millions)
income string
Supplier company net income (in millions)
employees string
Supplier company number of employees
Key Suppliers
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4suppliers = client.supply_chain.suppliers('AAPL')
5print(suppliers)Response
[
{
"ticker": "GOOG",
"companyName": "Alphabet Inc",
"marketCap": "4,116,377.17",
"revenues": "422,498.00",
"income": "160,208.00",
"employees": "46,224"
},
{
"ticker": "AAOI",
"companyName": "Applied Optoelectronics Inc",
"marketCap": "10,176.32",
"revenues": "506.29",
"income": "-43.34",
"employees": "4,691"
},
{
"ticker": "AI",
"companyName": "C3 ai Inc",
"marketCap": "1,234.16",
"revenues": "351.68",
"income": "-381.34",
"employees": "863"
},
{
"ticker": "AKAM",
"companyName": "Akamai Technologies Inc",
"marketCap": "17,102.51",
"revenues": "4,266.65",
"income": "435.18",
"employees": "11,000"
},
{
"ticker": "AMBA",
"companyName": "Ambarella Inc",
"marketCap": "2,706.14",
"revenues": "403.27",
"income": "-93.96",
"employees": "959"
},
{
"ticker": "APP",
"companyName": "Applovin Corporation",
"marketCap": "161,343.47",
"revenues": "6,124.93",
"income": "4,104.94",
"employees": "898"
},
{
"ticker": "APPN",
"companyName": "Appian Corporation",
"marketCap": "1,621.83",
"revenues": "762.60",
"income": "0.89",
"employees": "2,149"
},
{
"ticker": "APPS",
"companyName": "Digital Turbine Inc",
"marketCap": "1,263.45",
"revenues": "566.52",
"income": "-37.73",
"employees": "407"
},
{
"ticker": "ASFT",
"companyName": "Appsoft Technologies Inc",
"marketCap": "1.35",
"revenues": "0.00",
"income": "-0.09",
"employees": "0"
},
{
"ticker": "AVPT",
"companyName": "Avepoint Inc",
"marketCap": "2,462.26",
"revenues": "442.90",
"income": "46.80",
"employees": "333"
},
{
"ticker": "BASE",
"companyName": "Couchbase Inc",
"marketCap": "1,340.87",
"revenues": "191.08",
"income": "-80.76",
"employees": "792"
},
{
"ticker": "BLZE",
"companyName": "Backblaze Inc",
"marketCap": "871.57",
"revenues": "150.07",
"income": "-22.44",
"employees": "320"
},
{
"ticker": "BRO",
"companyName": "Brown and Brown Inc",
"marketCap": "25,548.75",
"revenues": "6,399.00",
"income": "1,160.00",
"employees": "22,888"
},
{
"ticker": "CMBMF",
"companyName": "Cambium Networks Corp",
"marketCap": "9.80",
"revenues": "169.21",
"income": "-29.93",
"employees": "0"
},
{
"ticker": "CMCM",
"companyName": "Cheetah Mobile Inc",
"marketCap": "4,615.75",
"revenues": "164.27",
"income": "-33.63",
"employees": "934"
},
{
"ticker": "CXM",
"companyName": "Sprinklr Inc",
"marketCap": "1,257.01",
"revenues": "810.48",
"income": "127.36",
"employees": "3,258"
}
]