ToolAssay

One Slovak fiscal year decoded from the structured statements filed with the RÚZ

One Slovak fiscal year decoded from the structured statements filed with the RÚZ (CC0) — balance sheet and profit and loss: net turnover, operating income and costs, value added, staff costs, operating, financial, pre-tax and net result, income tax, total assets, non-current and current assets, equity, share capital, liabilities — plus prior-year comparatives (EUR, never converted). Null = not published, never zero. Closing date comes from the filings list; ?perimetre=consolide for consolidated.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
879 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/eu/entreprise/SK/:ico/comptes/:date_cloture

CategoryMarket data
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 879 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "date_cloture": "2025-12-31",
    "ico": "36417475"
  },
  "queryParams": {
    "perimetre": "statutaire"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "date_cloture": {
              "description": "Closing date YYYY-MM-DD from the filings list, e.g. 2025-12-31",
              "type": "string"
            },
            "ico": {
              "description": "8-digit Slovak I\u010cO, e.g. 36417475",
              "type": "string"
            }
          },
          "required": [
            "ico",
            "date_cloture"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "perimetre": {
              "description": "`statutaire` (default) or `consolide` \u2014 never merged",
              "type": "string"
            },
            "type_depot": {
              "description": "Riadna | Mimoriadna | Priebe\u017en\u00e1 | Kombinovan\u00e1 \u2014 from the filings list; defaults to the ordinary filing",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON