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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string

Stock symbol (optional).

cik
string

CIK (optional).

from
string

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

to
string

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

Response

200 - application/json

Reported financials.

data
object

Wrapper containing company and filing data