POST
/
action
/
company_financial_profile
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/company_financial_profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company": "HUBS, NKE, AAPL"
}'
{
  "status": 200,
  "response": [
    {
      "symbol": "HUBS",
      "price": 726.43,
      "beta": 1.715,
      "volAvg": 473128,
      "mktCap": 37885576433,
      "lastDiv": 0,
      "range": "434.84-881.13",
      "changes": -21.57,
      "companyName": "HubSpot, Inc.",
      "currency": "USD",
      "cik": "0001404655",
      "isin": "US4435731009",
      "cusip": "443573100",
      "exchange": "New York Stock Exchange",
      "exchangeShortName": "NYSE",
      "industry": "Software - Application",
      "website": "https://www.hubspot.com",
      "description": "HubSpot, Inc. provides a cloud-based customer relationship management (CRM) platform for businesses in the Americas, Europe, and the Asia Pacific...",
      "ceo": "Ms. Yamini Rangan",
      "sector": "Technology",
      "country": "US",
      "fullTimeEmployees": "8246",
      "phone": "888 482 7768",
      "address": "25 First Street",
      "city": "Cambridge",
      "state": "MA",
      "zip": "02141",
      "dcfDiff": 543.32777,
      "dcf": 183.1022333290244,
      "image": "https://images.financialmodelingprep.com/symbol/HUBS.png",
      "ipoDate": "2014-10-09",
      "defaultImage": false,
      "isEtf": false,
      "isActivelyTrading": true,
      "isAdr": false,
      "isFund": false
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/settings#credits)

Body

application/json
company
string
required

Stock symbol of the company.

Response

200 - application/json
Successful retrieval of company financial profile
symbol
string

Company stock symbol

price
number

Current stock price

beta
number

Beta value indicating stock volatility

volAvg
integer

Average trading volume

mktCap
number

Market capitalization

lastDiv
number

Last dividend payment

range
string

52-week price range

changes
number

Price change

companyName
string

Full company name

currency
string

Trading currency

cik
string

SEC Central Index Key

isin
string

International Securities Identification Number

cusip
string

CUSIP identifier

exchange
string

Stock exchange name

exchangeShortName
string

Stock exchange abbreviation

industry
string

Company industry

website
string

Company website URL

description
string

Company description

ceo
string

Company CEO name

sector
string

Company sector

country
string

Country of incorporation

fullTimeEmployees
string

Number of full-time employees

phone
string

Company phone number

address
string

Company street address

city
string

Company city

state
string

Company state

zip
string

Company ZIP code

dcfDiff
number

Discounted Cash Flow difference

dcf
number

Discounted Cash Flow value

image
string

Company logo URL

ipoDate
string

Initial Public Offering date

defaultImage
boolean

Indicates if using default image

isEtf
boolean

Indicates if security is an ETF

isActivelyTrading
boolean

Indicates if security is actively trading

isAdr
boolean

Indicates if security is an ADR

isFund
boolean

Indicates if security is a fund