
ECIT AS — Investor Relations & Filings
ECIT AS is a provider of integrated business solutions, specializing in the combination of finance and IT services. The company's core offerings include accounting, payroll, HR, and consulting services. In the technology sector, ECIT delivers a comprehensive range of IT solutions, encompassing cloud services, IT security, infrastructure management, and outsourced IT operations. By integrating financial and technological expertise, ECIT aims to streamline and enhance the operational efficiency of its clients' businesses. The company acts as a partner, providing tailored support and guidance to enable organizations to focus on their primary competencies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ECIT AS - Delisting | 2024-11-22 | English | |
| Mottatt søknad om strykning | 2024-11-18 | Norwegian | |
| Received application for delisting | 2024-11-18 | English | |
| OSLO BØRS – TRADING SUSPENSION | 2024-11-15 | English | |
| ECIT AS: Minutes from extraordinary general meeting | 2024-11-14 | English | |
| ECIT AS: Minutes from extraordinary general meeting | 2024-11-14 | Norwegian |
Market data
Market data not available
Price history
Peer group · Accounting, bookkeeping and auditing activities; tax consultancy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
H&R BLOCK INC
Provides tax preparation, bookkeeping, and payroll for indi…
|
HRB | US | Professional, scientific and te… |
|
Ifirma S.A.
Offers online accounting and business management software w…
|
IFI | PL | Professional, scientific and te… |
|
InBusiness Solutions Inc.
Offers professional services for IT systems design, mainten…
|
INBS | CA | Professional, scientific and te… |
|
izumico.,ltd
Provides accounting, tax, and consulting for US-Japan cross…
|
8273 | JP | Professional, scientific and te… |
|
KELLY PARTNERS GROUP HOLDINGS LIMITED
Offers accounting, taxation, and advisory services for SMEs…
|
KPG | AU | Professional, scientific and te… |
|
Lichen International Ltd
Investment holding company offering financial, education, a…
|
LICN | US | Professional, scientific and te… |
|
Malette Québec Inc.
Leading professional services firm specializing in accounti…
|
— | CA | Professional, scientific and te… |
|
Mentzen Spolka Akcyjna
Provides tax, legal, and accounting advisory services for s…
|
XDD | PL | Professional, scientific and te… |
|
MHA PLC
Professional services firm offering audit, tax, accountancy…
|
MHA | GB | Professional, scientific and te… |
|
Reiwa Accounting Holdings Co., Ltd.
Provides accounting and consulting for large corporations a…
|
296A | JP | Professional, scientific and te… |
ECIT AS 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.
Endpoints
| GET | /api/companies/3584/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3584 | 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=3584 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=3584 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 3584}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for ECIT AS (id: 3584)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.