[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Slovakia](/companies/countries/slovakia/)
 / 
**TSR**

![SITNO likv. logo](https://cdn.financialreports.eu/financialreports/media/SITNO%20likv./other/SITNO_likv.-logo.png)

# SITNO likv. — Investor Relations & Filings

Ticker · **TSR**
ISIN · **SK1120004959**
LEI · **097900BHG50000078798**
BSSE
Other service activities

[Open in API](/api-solutions/)

Overview

Filings 0
Market data
Peer group
API

Filings indexed
0
across all filing types

Latest filing
—
no filings yet

Country
SK
Slovakia

Listing
BSSE
TSR

## About SITNO likv.

<https://www.sitno.info/>

Based on the 'likv.' designation in its name, which typically signifies 'v likvidácii' (in liquidation) in Slovakia, SITNO likv. is a company in the process of being formally wound up. Publicly accessible information regarding its previous business activities, products, or services is not available. The company's operations have ceased, and its assets are being liquidated to settle its affairs.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for SITNO likv.. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/sitno-likv/)
Report missing filing

Download originals
Download Markdown

### No filings match the current filters

Try clearing the filters, or report a missing filing.

## Market data

### Market data not available

Last price

Market cap

volume

Day range

today

52-week range

trailing

### Price history

1Y
5Y
10Y

## Peer group · Activities of other membership organizations n.e.c.

4 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**INNOVEST BERHAD**](/companies/innovest-berhad/) A corporate entity with a historical presence in public mar… | — | MY | Other service activities |
| [**Maxxcapp Corporation**](/companies/maxxcapp-corporation/) Business activities and operational focus remain undisclose… | — | CA | Other service activities |
| [**Nama**](/companies/nama/) Historic Slovenian department store operator offering a div… | NALN | SI | Other service activities |
| [**PAXELENT CORPORATION BERHAD**](/companies/paxelent-corporation-berhad/) Publicly listed entity; business details not available. | — | MY | Other service activities |

### SITNO likv. via the API

Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.

[Get API access](/api-solutions/)
[Read API reference](/developers/reference/)

Base URLapi.financialreports.eu

Auth headerx-api-key

Company ID2183

TickerTSR

ISINSK1120004959

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/2183/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=2183 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=2183 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |

Full reference: [API reference](/developers/reference/) · [OpenAPI schema](/api/schema/)

### cURL

latest filings for SITNO likv.

```
$ curl https://api.financialreports.eu/api/filings/?company=2183 \
    -H "x-api-key: $FR_API_KEY" \
    -H "Accept: application/json"
```

### Python

requests

```
import requests

r = requests.get(
    "https://api.financialreports.eu/api/filings/",
    params={"company": 2183},
    headers={"x-api-key": API_KEY},
)
filings = r.json()["results"]
```

### MCP server

Claude · Claude Code · ChatGPT

[Claude setup →](/integrations/claude/)
[ChatGPT setup →](/integrations/chatgpt/)
[Claude Code setup →](/integrations/claude-code/)

```
// MCP server URL
https://mcp.financialfilings.com/mcp

// Once connected, the LLM can query this company directly:
"Pull the latest 5 filings for SITNO likv. (id: 2183)"
```

#### AI · Markdown

Filings as Markdown

Drop the latest filing into Claude or ChatGPT, or query via MCP from your client.

[Browse filings↗](#filings)
[Open in MCP↗](/integrations/claude/)
[cURL endpoint$](/api-solutions/)

#### Identity

Legal nameSITNO likv.

Founded2000

HQBratislava, SK

ListingBSSE

ISINSK1120004959

LEI097900BHG50000078798

Sector[Other service activities](/companies/sectors/other-service-activities/)

Industry[Activities of other membership organizations](/companies/sectors/other-service-activities/activities-of-other-membership-organizations/)

#### Coverage

Filings indexed
0

#### Social

[LinkedIn](https://www.linkedin.com/company/sitnoreal/ "LinkedIn")

### Report missing filing

Can't find a specific document? Let us know and we'll add it within 24 hours.

What is missing or wrong?

Your email

We will notify you once the filing is added.

Cancel

Send report
Sending…

Report sent

Thank you. We will check the data and update it shortly.

×

(function() {
const tabs = document.querySelectorAll('.cmp-tabs-wrap .fr-tab');
const panes = document.querySelectorAll('.tab-pane');
function activate(target, pushHash) {
tabs.forEach(t => {
const isActive = t.dataset.tab === target;
t.classList.toggle('fr-tab--active', isActive);
t.setAttribute('aria-selected', isActive ? 'true' : 'false');
});
panes.forEach(p => {
const isActive = p.dataset.pane === target;
p.classList.toggle('tab-pane--active', isActive);
p.hidden = !isActive;
});
if (pushHash) {
try { history.replaceState(null, '', '#' + target); } catch (e) {}
}
}
tabs.forEach(tab => {
tab.addEventListener('click', () => { activate(tab.dataset.tab, true); window.scrollTo({ top: 0, behavior: 'instant' }); });
});
const initial = (window.location.hash || '').replace('#', '');
const validTabs = ['overview', 'filings', 'financials', 'market', 'peers', 'api'];
const legacyMap = { 'market-data': 'market', 'peer-group': 'peers' };
let target = legacyMap[initial] || (validTabs.indexOf(initial) >= 0 ? initial : 'overview');
if (target !== 'overview') activate(target, false);
})();