
UPBOUND GROUP, INC. — Investor Relations & Filings
Upbound Group, Inc. is a technology-driven, omni-channel platform company that provides flexible financial solutions to a broad range of consumers. Formerly known as Rent-A-Center, Inc., the company operates primarily through a lease-to-own model, enabling customers to access essential household durable goods without traditional credit. Its offerings include furniture, appliances, electronics, computers, and smartphones. Through its customer-facing operating units, Upbound Group leverages data and technology to offer flexible payment options and promote financial inclusion for consumers who may be underserved by conventional financial services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-04-30 | English | |
| ARS - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-04-21 | English | |
| DEF 14A - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-04-21 | English | |
| SCHEDULE 13G/A - UPBOUND GROUP, INC. (0000933036) (Subject) | 2026-03-27 | English | |
| 4 - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-02-27 | English | |
| 4 - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-02-27 | English |
Browse filings by year
17 yearsMarket 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… |
|
Rent the Runway, Inc.
An e-commerce platform for subscription-based rental of des…
|
RENT | US | 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. 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/31954/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31954 | 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=31954 | 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=31954 \ -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": 31954}, 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 UPBOUND GROUP, INC. (id: 31954)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.