
Rent the Runway, Inc. — Investor Relations & Filings
Rent the Runway, Inc. is an e-commerce platform specializing in the rental of designer apparel and accessories. The company operates on a subscription-based model, offering members access to a large, rotating inventory of clothing and accessories, which it describes as the "Closet in the Cloud." Customers select from various membership plans that allow them to rent a set number of items at a time. The service enables users to wear designer items for a fraction of the retail price, with the option to return them or purchase them. The platform aims to provide a sustainable and cost-effective alternative to traditional fashion consumption by allowing women to access a dynamic and extensive wardrobe.
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47948528 | 10-Q | 2026-06-03 | English | ||
| 47948241 | 8-K | 2026-06-03 | English | ||
| 47918379 | ARS | 2026-06-01 | English | ||
| 47918380 | DEFA14A | 2026-06-01 | English | ||
| 47918384 | DEF 14A | 2026-06-01 | English | ||
| 46733784 | 8-K | 2026-05-21 | English | ||
| 45566392 | 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-05-13 | English | ||
| 34579935 | 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-15 | English | ||
| 34579233 | 424B5 - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-15 | English | ||
| 34485908 | 10-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-14 | English | ||
| 34484498 | 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-14 | English | ||
| 33601649 | 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-06 | English | ||
| 32892225 | 4 - RENT THE RUNWAY, INC. (0001468327) (Filer) | 2026-03-03 | English | ||
| 29961278 | SCHEDULE 13G/A Filing | 2026-02-17 | English | ||
| 29961281 | SCHEDULE 13G/A Filing | 2026-02-11 | English | ||
Market data
Market data not available
Price history
Peer group · Rental and leasing of other personal and household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Vestis Corp
Provider of uniform rentals, workplace supplies, and manage…
|
VSTS | US | Administrative and support serv… |
|
VHQ Entertainment Inc.
Video rental retailer pioneering flat-fee, direct-to-home m…
|
VHQ | CA | Administrative and support serv… |
Rent the Runway, Inc. 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/34959/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34959 | 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=34959 | 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=34959 \ -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": 34959}, 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 Rent the Runway, Inc. (id: 34959)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.