
RugVista Group — Investor Relations & Filings
RugVista Group is a direct-to-consumer (D2C) e-commerce company specializing in the online sale of rugs and carpets. The company operates primarily through its two brands, Rugvista and CarpetVista, with online stores available in 20 languages. Its product assortment is centered on two main categories: design rugs and traditional rugs. The design collection features contemporary styles developed in-house, which are produced using machine-made, handmade, or hand-knotted techniques. In addition to its core rug offerings, the company also provides various rug accessories.
Recent filings
No filings indexed yet
We are still gathering filings for RugVista Group. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Retail sale of carpets, rugs, wall and floor coverings
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Floor & Decor Holdings, Inc.
A specialty retailer of hard surface flooring and related a…
|
FND | US | Wholesale and retail trade |
RugVista Group 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/8266/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=8266 | 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=8266 | 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=8266 \ -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": 8266}, 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 RugVista Group (id: 8266)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.