Skip to main content
GET
/
v1
/
company-info
Company Info
curl --request GET \
  --url https://api.chicago.global/v1/company-info \
  --header 'Authorization: Bearer <token>'
{
  "activity": "Active",
  "change": "7.16",
  "changepercent": "2.9",
  "close": "253.79",
  "currency": "USD",
  "defensive": "9.5",
  "description": "Apple Inc. designs, manufactures and markets smartphones, personal computers, tablets, wearables and accessories...",
  "exchange": "Nasdaq",
  "exchangecode": "NAS",
  "high": "254.28",
  "industry": "Phones & Handheld Devices",
  "low": "247.10",
  "market": "United States",
  "momentum": "7.5",
  "mktcap": "3731400000000",
  "name": "Apple Inc",
  "open": "247.49",
  "quality": "10.0",
  "recommendation": "HOLD",
  "ric": "AAPL.O",
  "sector": "Technology",
  "tactical": "7.0",
  "total": "6.0",
  "value": "2.0",
  "volume": "62000000"
}
Get comprehensive company information including description, sector, market data, latest price, and Parallax factor scores.

Query Parameters

ParameterTypeRequiredDescription
symbolstringYesStock symbol (e.g., AAPL, 0700.HK). Comma-separated for multiple.

Response

{
  "activity": "Active",
  "change": "7.16",
  "changepercent": "2.9",
  "close": "253.79",
  "currency": "USD",
  "defensive": "9.5",
  "description": "Apple Inc. designs, manufactures and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related services...",
  "exchange": "Nasdaq",
  "exchangecode": "NAS",
  "high": "254.28",
  "industry": "Phones & Handheld Devices",
  "low": "247.10",
  "market": "United States",
  "momentum": "7.5",
  "mktcap": "3731400000000",
  "name": "Apple Inc",
  "open": "247.49",
  "quality": "10.0",
  "recommendation": "HOLD",
  "ric": "AAPL.O",
  "sector": "Technology",
  "tactical": "7.0",
  "total": "6.0",
  "value": "2.0",
  "volume": "62000000"
}

Key Fields

FieldDescription
ricReuters Instrument Code
nameCompany name
descriptionBusiness description
sector / industrySector and industry classification
marketCountry/market
exchangeStock exchange
close / change / changepercentLatest price data
mktcapMarket capitalization
value / quality / momentum / defensive / tacticalParallax factor scores (0-10)
totalComposite Parallax score
recommendationSTRONG BUY, BUY, HOLD, SELL, STRONG SELL

Example

curl "https://api.chicago.global/v1/company-info?symbol=AAPL" \
  -H "Authorization: Bearer YOUR_API_KEY"

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL, 0700.HK). Comma-separated for multiple.

Response

Company information retrieved successfully

ric
string

Reuters Instrument Code

name
string

Company name

description
string

Business description

sector
string

Sector classification

industry
string

Industry classification

market
string

Country/market

exchange
string

Stock exchange

exchangecode
string

Exchange code

currency
string

Trading currency

activity
string

Company status

close
string

Latest closing price

open
string

Opening price

high
string

Day high

low
string

Day low

change
string

Absolute price change

changepercent
string

Percentage price change

volume
string

Trading volume

mktcap
string

Market capitalization

value
string

Parallax value score (0-10)

quality
string

Parallax quality score (0-10)

momentum
string

Parallax momentum score (0-10)

defensive
string

Parallax defensive score (0-10)

tactical
string

Parallax tactical score (0-10)

total
string

Composite Parallax score

recommendation
string

STRONG BUY, BUY, HOLD, SELL, STRONG SELL