POST
/
action
/
company_financial_info
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/company_financial_info \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company": "HUBS, NKE, AAPL",
  "quarter": 1,
  "year": "2025"
}'
{
  "status": 200,
  "response": "Operator: Good afternoon and welcome to the HubSpot Q2 2024 Earnings Call. My name is Harry and I will be your operator today."
}

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.

quarter
enum<integer>
default:
1
required

Quarter of the year to retrieve earnings info.

Available options:
1,
2,
3,
4
year
integer
required

Year of the earnings info to retrieve.

Response

200 - application/json
Retrieve company earnings information for a given stock symbol over time
status
integer

HTTP status code of the action response

response
object

Response data from the action