---
title: "Income Statement Data V3"
method: GET
path: "/api/v3/fundamentals/income-statement"
tags: ["Fundamentals"]
---

# Income Statement Data V3

`GET /api/v3/fundamentals/income-statement`

Retrieves comprehensive income statement data for specified securities. Includes revenue, cost of goods sold, operating expenses, operating income, interest expense, taxes, net income, and earnings per share. Essential for analyzing company profitability and operational performance over time.

## Query parameters

- `symbols` string, required
- `from` string
- `to` string
- `date` string

## Response `200`

Income statement data

- object

## Other responses

- `400` — Bad request - missing or invalid symbols parameter
- `500` — Internal server error

---

[API](https://skmtc.net/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.net/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/versions/ea334a9e2e05/schema)
