
Nama — Investor Relations & Filings
Nama is a historic department store operator, recognized as the first of its kind in Slovenia. The company operates retail centers, with a flagship location in Ljubljana, that serve as popular shopping destinations. Nama offers a diverse range of products, including fashion, footwear, lingerie, cosmetics, accessories, homeware, and gourmet foods. The stores feature a curated selection of both local and international brands, catering to a broad customer base. It is particularly noted for its extensive selection of lingerie and household goods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Nerevidirano poročilo o poslovanju družbe NAMA d.d. Ljubljana za obdobje 1.1. do 31.3.2020 | 2020-05-28 | Slovene | |
| Razširitev dnevnega reda 29. redne letne skupščine delničarjev Nama d.d. Ljubljana | 2020-05-27 | Slovene | |
| Odstopna izjava z mesta članice nadzornega sveta | 2020-05-26 | Slovene | |
| Sklic 29. redne letne skupščine | 2020-05-19 | Slovene | |
| Objava sklica 29. redne letne skupščine delničarjev | 2020-05-19 | Slovene | |
| Obvestilo po seji nadzornega sveta | 2020-04-17 | Slovene |
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Nama, but not for this combination of statement and period. Try a different combination.
| Line item | ! |
|---|---|
Market data
Market data not available
Price history
Peer group · Activities of other membership organizations n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Maxxcapp Corporation
Business activities and operational focus remain undisclose…
|
— | CA | Other service activities |
|
SITNO likv.
A company in the process of being formally wound up and liq…
|
TSR | SK | Other service activities |
Nama 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/1998/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1998 | 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=1998 | 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=1998 \ -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": 1998}, 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 Nama (id: 1998)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.