Skip to content

UPLAND SOFTWARE, INC.: filings

Every UPLAND SOFTWARE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-14fiscal Q2 2026521460001505155-26-000070
10-Q2026-05-01fiscal Q1 2026521080001505155-26-000036
10-K2026-03-03fiscal FY 2025601550001505155-26-000007
10-Q2025-11-06fiscal Q3 2025521460001505155-25-000106
10-Q2025-07-31fiscal Q2 2025531500001505155-25-000091
10-Q2025-05-12fiscal Q1 2025531100001505155-25-000056
10-K2025-03-12fiscal FY 2024601550001505155-25-000024
10-Q2024-11-07fiscal Q3 2024541520001505155-24-000108
10-K/A2024-11-07fiscal FY 2023591520001505155-24-000103
10-Q2024-08-01fiscal Q2 2024531500001505155-24-000069
10-Q2024-05-02fiscal Q1 2024511060001505155-24-000040
10-K2024-02-22fiscal FY 2023591520001505155-24-000013
10-Q2023-11-02fiscal Q3 2023521460001628280-23-036456
10-Q2023-08-03fiscal Q2 2023521460001505155-23-000057
10-Q2023-05-09fiscal Q1 2023521080001505155-23-000048
10-K2023-03-01fiscal FY 2022591520001505155-23-000017
10-Q2022-11-03fiscal Q3 2022521460001505155-22-000091
10-Q2022-08-09fiscal Q2 2022511420001505155-22-000061
10-Q2022-05-04fiscal Q1 2022511060001505155-22-000037
10-K2022-02-24fiscal FY 2021591510001505155-22-000017
10-Q2021-11-03fiscal Q3 2021511420001505155-21-000052
10-Q2021-08-04fiscal Q2 2021511420001505155-21-000046
10-Q2021-05-05fiscal Q1 202147980001505155-21-000031
10-K2021-02-25fiscal FY 2020551390001505155-21-000011
10-Q2020-11-06fiscal Q3 2020491290001505155-20-000050
10-Q2020-08-07fiscal Q2 2020491290001505155-20-000039
10-Q2020-05-08fiscal Q1 2020481000001505155-20-000030
10-K2020-03-02fiscal FY 2019562320001505155-20-000015
10-Q2019-11-12fiscal Q3 2019511320001505155-19-000079
10-Q2019-08-09fiscal Q2 2019511320001505155-19-000061
10-Q2019-05-03fiscal Q1 2019501010001505155-19-000031
10-K2019-03-15fiscal FY 2018522370001505155-19-000017
10-Q2018-11-09fiscal Q3 2018461210001505155-18-000012
10-Q2018-08-09fiscal Q2 2018441150001628280-18-010850
10-Q2018-05-10fiscal Q1 201842860001628280-18-006613
10-K2018-03-09fiscal FY 2017462000001628280-18-002967
10-Q2017-11-14fiscal Q3 2017421100001628280-17-011505
10-Q2017-08-14fiscal Q2 2017421100001628280-17-008675
10-Q2017-05-12fiscal Q1 201742860001628280-17-005496
10-K2017-03-30fiscal FY 2016492100001628280-17-003190
10-Q2016-11-14fiscal Q3 2016421100001628280-16-021217
10-Q2016-08-15fiscal Q2 2016431140001628280-16-019063
10-Q2016-05-13fiscal Q1 201642860001628280-16-016353
10-K2016-03-30fiscal FY 2015482150001628280-16-013941
10-Q2015-11-16fiscal Q3 2015431140001628280-15-008834
10-Q2015-08-14fiscal Q2 2015451180001628280-15-006649
10-Q2015-05-15fiscal Q1 201545920001505155-15-000008
10-K2015-03-31fiscal FY 2014482150001628280-15-002099
10-Q2014-12-22fiscal Q3 2014451170001505155-14-000004

Inspect the source

Entity
UPLAND SOFTWARE, INC. / CIK 0001505155
Captured
2026-09-20T09:12:17.107Z
SEC response SHA-256
c10c8cb7414254a52ec5a870a40d6cb158c788a14a47fae5ec37d1e0ebd7d6b1

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001505155.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))