Skip to content

RealPage, Inc.: filings

Every RealPage, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-03-01

The latest filing in this captured record is a 10-K filed 2021-03-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. RealPage, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2021-03-01fiscal FY 2020531710001286225-21-000007
10-Q2020-11-06fiscal Q3 2020491330001286225-20-000036
10-Q2020-08-04fiscal Q2 2020491330001286225-20-000028
10-Q2020-05-08fiscal Q1 2020491010001286225-20-000016
10-K2020-03-02fiscal FY 2019531670001286225-20-000011
10-Q2019-11-08fiscal Q3 2019501320001286225-19-000039
10-K/A2019-11-05fiscal FY 2018501690001286225-19-000030
10-Q2019-08-09fiscal Q2 2019501320001286225-19-000020
10-Q2019-05-08fiscal Q1 201949980001286225-19-000010
10-K2019-02-27fiscal FY 2018501690001286225-19-000007
10-Q2018-11-06fiscal Q3 2018471290001286225-18-000038
10-Q2018-08-06fiscal Q2 2018471300001286225-18-000025
10-Q2018-05-10fiscal Q1 201846960001286225-18-000017
10-K2018-03-01fiscal FY 2017461560001286225-18-000008
10-Q2017-11-07fiscal Q3 2017441170001286225-17-000042
10-Q2017-08-04fiscal Q2 2017441170001286225-17-000034
10-Q2017-05-08fiscal Q1 201744890001286225-17-000017
10-K2017-03-01fiscal FY 2016451350001286225-17-000010
10-Q2016-11-08fiscal Q3 2016451190001286225-16-000089
10-Q2016-08-04fiscal Q2 2016451190001286225-16-000080
10-Q2016-05-06fiscal Q1 201645910001286225-16-000070
10-K2016-02-29fiscal FY 2015441300001286225-16-000061
10-Q2015-11-05fiscal Q3 2015431160001286225-15-000052
10-Q2015-08-07fiscal Q2 2015431160001286225-15-000045
10-Q2015-05-08fiscal Q1 201543880001286225-15-000027
10-K2015-03-02fiscal FY 2014451360001286225-15-000014
10-Q/A2014-11-12fiscal Q3 2014431160001286225-14-000032
10-Q2014-11-10fiscal Q3 2014431160001286225-14-000030
10-Q2014-08-08fiscal Q2 2014431160001286225-14-000022
10-Q2014-05-12fiscal Q1 201443880001286225-14-000010
10-K2014-03-03fiscal FY 2013451370001286225-14-000008
10-Q2013-11-12fiscal Q3 2013431160001445305-13-002942
10-Q2013-08-06fiscal Q2 2013431160001193125-13-321180
10-Q2013-05-07fiscal Q1 201343880001193125-13-204259
10-K2013-02-27fiscal FY 2012461390001193125-13-080071
10-Q2012-11-09fiscal Q3 2012431160001193125-12-462209
10-Q2012-08-07fiscal Q2 2012431160001193125-12-341141
10-Q2012-05-07fiscal Q1 201239800001193125-12-215293
10-K2012-02-24fiscal FY 2011391050000950123-12-003128
10-Q2011-11-08fiscal Q3 2011381020000950123-11-096504
10-Q2011-08-09fiscal Q2 201136940000950123-11-074862

Inspect the source

Entity
RealPage, Inc. / CIK 0001286225
Captured
SEC response SHA-256
b7b786069c45c8b4f158447c80257a4cd508f96091cc462ab3f11014dce081f7

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/0001286225.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"])))