# Italian listed companies: reported financials 2025

**Use case:** 

Reported financial statements of Italian listed companies with a period ending on or after 30 June 2025, taken from their official ESEF XBRL filings: revenue, operating profit, profit, total assets, equity, cash and the three cash flows, each with the prior year beside it, plus the LEI. Change the country list or the period to any window you need.

## Input

```json
{
  "countries": [
    "IT"
  ],
  "periodEndFrom": "2025-06-30",
  "periodEndTo": "",
  "skipFilingsWithErrors": false,
  "maxItems": 50,
  "includeRaw": false
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "periodEnd": {
    "label": "Period end",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "operatingProfit": {
    "label": "Operating profit",
    "format": "number"
  },
  "profitLoss": {
    "label": "Profit / loss",
    "format": "number"
  },
  "assets": {
    "label": "Total assets",
    "format": "number"
  },
  "equity": {
    "label": "Equity",
    "format": "number"
  },
  "cashAndCashEquivalents": {
    "label": "Cash",
    "format": "number"
  },
  "lei": {
    "label": "LEI",
    "format": "string"
  },
  "viewerUrl": {
    "label": "Viewer URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [European Company Financials - ESEF XBRL Annual Reports](https://apify.com/publicdata/esef-european-company-financials.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/publicdata/esef-european-company-financials.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/publicdata/esef-european-company-financials.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
