
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.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-21 | English | |
| 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-05-13 | English | |
| 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-15 | English | |
| 424B5 - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-15 | English | |
| 10-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-14 | English | |
| 8-K - Rent the Runway, Inc. (0001468327) (Filer) | 2026-04-14 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 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 | ||
| 29961286 | 8-K Filing | 2026-02-03 | English | ||
|
2025
4 filings
| |||||
| 12294420 | FORM 4 | 2025-12-18 | English | ||
| 12294430 | FORM 4 | 2025-12-18 | English | ||
| 12294417 | FORM 4 | 2025-12-18 | English | ||
| 12294418 | FORM 4 | 2025-12-18 | English | ||
Market data
Market data not available
Price history
Peer group · Rental and leasing of other personal and household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ELAN Corporation
Provides rental sets of daily necessities for patients in h…
|
6099 | JP | Administrative and support serv… |
|
Hakuyosha Company,Ltd.
Provider of cleaning services for individuals and uniform a…
|
9731 | JP | Administrative and support serv… |
|
INFORICH INC.
Operates a mobile battery sharing network and other platfor…
|
9338 | JP | Administrative and support serv… |
|
JOHNSON SERVICE GROUP PLC
Provider of textile rental and related services for workwea…
|
JSG | GB | Administrative and support serv… |
|
Laxus Technologies Inc.
Operates an online subscription service for renting and sel…
|
288A | JP | Administrative and support serv… |
|
Smart Share Global Ltd
Provides mobile device charging through a network of rental…
|
EM | US | Administrative and support serv… |
|
TOKAI Corp.
Diversified provider of healthcare, pharmacy, and environme…
|
9729 | JP | Administrative and support serv… |
|
UE WATERHEATER INCOME FUND
Manages Canada's largest portfolio of rental water heaters,…
|
UWH.UN | CA | Administrative and support serv… |
|
UNIFIRST CORP
Supplier of managed uniform and workwear programs and facil…
|
UNF | US | Administrative and support serv… |
|
UPBOUND GROUP, INC.
A tech-driven platform offering lease-to-own solutions for …
|
UPBD | US | 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.