ToolAssay

Lithuanian company annual accounts — balance sheets and P&L filed at the Juridin

Lithuanian company annual accounts — balance sheets and P&L filed at the Juridinių asmenų registras (open data, CC BY 4.0, 2015+). Query: /v1/eu/entreprise/LT/304500803/comptes (9-digit JAR code). EVERY filed year in one call: non-current and current assets, total assets, equity, liabilities, tangible fixed assets, revenue, income, profit before tax, net profit, in EUR as published; filing template, standard and date. Structured filings only (stated). Null = not published, never zero.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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/LT/:kodas/comptes

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

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "kodas": "304500803"
  },
  "queryParams": {},
  "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": {
            "kodas": {
              "description": "Lithuanian JAR code, 9 digits (e.g. 304500803)",
              "type": "string"
            }
          },
          "required": [
            "kodas"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "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