# Get Polish Company Financials by KRS Number

**Use case:** 

Extract a Polish company's financials from eKRS by KRS number - balance sheet and income statement figures: total assets, revenue, net profit and equity.

## Input

```json
{
  "krs": "0000023302",
  "maxStatementSizeMB": 25,
  "includeRawXml": false
}
```

## Output

```json
{
  "krs": {
    "label": "KRS",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "financials.totalAssets": {
    "label": "Total Assets (PLN)",
    "format": "number"
  },
  "financials.revenue": {
    "label": "Revenue (PLN)",
    "format": "number"
  },
  "financials.netProfit": {
    "label": "Net Profit (PLN)",
    "format": "number"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KRS Financial Statements Scraper](https://apify.com/regdata/poland-krs-financial-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/poland-krs-financial-scraper) to learn more, explore other use cases, and run it yourself.