[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Sweden](/companies/countries/sweden/)
 / 
**ARCA**

![Arcario AB logo](https://cdn.financialreports.eu/financialreports/media/Arcario%20AB/other/Arcario_AB-logo.images)

# Arcario AB — Investor Relations & Filings

Ticker · **ARCA**
ISIN · **SE0007614722**
LEI · **549300O9UB56DF0JPH61**
ST
Financial and insurance 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
SE
Sweden

Listing
ST
ARCA

## About Arcario AB

<https://k33.com/>

K33 AB (publ), formerly known as Arcario AB, is an investment company focused on the digital asset sector. The company's core operation is the K33 platform, an institutional-grade Over-The-Counter (OTC) service for trading and storing cryptocurrencies. The platform is designed for investors and provides deep liquidity for buying and selling digital assets. Key features include the absence of trading fees, withdrawal fees, and withdrawal limits. It also offers personalized customer support and facilitates direct bank transfers with flexibility across multiple fiat currencies.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Arcario AB. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/arcario-ab/)
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 · Administration of financial markets

49 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**Abaxx Technologies Inc.**](/companies/abaxx-technologies-inc/) Financial software and market infrastructure building smart… | ABXX | CA | Financial and insurance activit… |
| [**Aquis Exchange Plc**](/companies/aquis-exchange-plc/) A financial markets operator providing trading, listing, an… | AQX | GB | Financial and insurance activit… |
| [**ASX LIMITED**](/companies/asx-limited/) Multi-asset market operator for listing, trading, clearing,… | ASX | AU | Financial and insurance activit… |
| [**AUSTRALIAN BOND EXCHANGE HOLDINGS LIMITED**](/companies/australian-bond-exchange-holdings-limited/) Financial services platform providing direct access to the … | ABE | AU | Financial and insurance activit… |
| [**Automatic Bank Services Ltd.**](/companies/auto-bank-serv/) A central provider of payment infrastructure and technologi… | SHVA | IL | Financial and insurance activit… |
| [**B3 S.A. - BRASIL, BOLSA, BALCÃO**](/companies/b3-sa-brasil-bolsa-balcao/) Global financial market infrastructure provider for trading… | — | BR | Financial and insurance activit… |
| [**BOLSA DE COMERCIO DE SANTIAGO, BOLSA DE VALORES**](/companies/bolsa-de-comercio-de-santiago-bolsa-de-valores/) Securities exchange offering market infrastructure for trad… | — | CL | Financial and insurance activit… |
| [**Bolsa Mexicana de Valores, S.A.B. de C.V.**](/companies/bolsa-mexicana-de-valores-sab-de-cv/) Integrated exchange group providing trading, clearing, sett… | BOLSA | MX | Financial and insurance activit… |
| [**Bolsas y Mercados Argentinos SA**](/companies/bolsas-y-mercados-argentinos-sa/) Operates a financial market infrastructure enabling investm… | — | AR | Financial and insurance activit… |
| [**BSE Limited**](/companies/bse-limited/) Provides a high-speed electronic platform for trading diver… | BSE | IN | Financial and insurance activit… |

Page **1** of **5**

1
[2](?peer_page=2)
[3](?peer_page=3)
…
[Next](?peer_page=2)

### Arcario AB 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 ID8306

TickerARCA

ISINSE0007614722

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/8306/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=8306 | 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=8306 | 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 Arcario AB

```
$ curl https://api.financialreports.eu/api/filings/?company=8306 \
    -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": 8306},
    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 Arcario AB (id: 8306)"
```

#### 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 nameArcario AB

HQStockholm, SE

ListingST

ISINSE0007614722

LEI549300O9UB56DF0JPH61

Sector[Financial and insurance activities](/companies/sectors/financial-and-insurance-activities/)

Industry[Activities auxiliary to financial services, except insurance and pension funding](/companies/sectors/financial-and-insurance-activities/activities-auxiliary-to-financial-services-except-insurance-and-pension-funding/)

#### Coverage

Filings indexed
0

### 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);
})();