Skip to main content
GET
/
v1
/
financials
/
reported
Get Reported Financials
curl --request GET \
  --url https://api.aries.com/v1/financials/reported \
  --header 'Authorization: Bearer <token>'
{ "data": { "cik": "320193", "data": [ { "acceptedDate": "2025-05-02 06:00:46", "accessNumber": "0000320193-25-000057", "cik": "320193", "endDate": "2025-03-29 00:00:00", "filedDate": "2025-05-02 00:00:00", "form": "10-Q", "quarter": 2, "report": { "bs": [ { "concept": "us-gaap_ComprehensiveIncomeNetOfTax", "label": "Total comprehensive income", "unit": "usd", "value": 61919000000 } ] }, "startDate": "2024-09-29 00:00:00", "symbol": "AAPL", "year": 2025 } ], "symbol": "AAPL" } }

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string

Stock symbol (optional).

cik
string

CIK (optional).

accessNumber
string

SEC access number (optional).

freq
string

Reporting frequency (optional).

from
string<date>

Start date (YYYY-MM-DD, optional).

to
string<date>

End date (YYYY-MM-DD, optional).

Response

Reported financials.

Financials reported response