ConsoleCatalog
Sign in
CompaniesMarketCap logo

CompaniesMarketCap

Global market-cap rankings - company profiles and historical financial indicators.

Company Market Cap Profile

ASYNCREADNo auth

Returns a company's name, ticker, price, market cap, and market-cap history.

ParametersFormJSON

Company URL slug (e.g. progressive, adobe, kulicke-and-soffa-industries)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_companiesmarketcap_company_market_cap_detail",
    "params": {
      "company_slug": "progressive"
    }
  }'