
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 |
|---|---|---|---|
| FORM S-8 | 2026-06-03 | English | |
| FORM 8-K | 2026-06-03 | English | |
| DEFA14A | 2026-05-19 | English | |
| FORM 8-K | 2026-05-19 | English | |
| 8-K - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-04-30 | English | |
| ARS - UPBOUND GROUP, INC. (0000933036) (Filer) | 2026-04-21 | 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 |
|---|---|---|---|
|
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… |
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.