Skip to content

AppFolio, Inc.: filings

Every AppFolio, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-07-23fiscal Q2 2026441250001433195-26-000058
10-Q2026-04-23fiscal Q1 202644930001433195-26-000023
10-K2026-02-05fiscal FY 2025531400001433195-26-000011
10-Q2025-10-30fiscal Q3 2025431270001433195-25-000142
10-Q2025-07-31fiscal Q2 2025431230001433195-25-000105
10-Q2025-04-24fiscal Q1 202544930001433195-25-000055
10-K2025-02-06fiscal FY 2024531400001433195-25-000013
10-Q2024-10-25fiscal Q3 2024431280001433195-24-000127
10-Q2024-07-26fiscal Q2 2024431240001433195-24-000106
10-Q2024-04-26fiscal Q1 202443910001433195-24-000054
10-K2024-02-01fiscal FY 2023521380001433195-24-000023
10-Q2023-10-27fiscal Q3 2023471360001433195-23-000126
10-Q2023-07-28fiscal Q2 2023461280001433195-23-000099
10-Q2023-04-28fiscal Q1 202345950001433195-23-000053
10-K2023-02-09fiscal FY 2022541410001433195-23-000021
10-Q2022-10-28fiscal Q3 2022451310001433195-22-000113
10-Q2022-07-29fiscal Q2 2022451290001433195-22-000088
10-Q2022-05-09fiscal Q1 202245950001433195-22-000048
10-K2022-02-28fiscal FY 2021541410001433195-22-000023
10-Q2021-11-08fiscal Q3 2021461350001433195-21-000106
10-Q2021-08-09fiscal Q2 2021461310001433195-21-000080
10-Q2021-05-10fiscal Q1 202146970001433195-21-000044
10-K2021-03-01fiscal FY 2020541490001433195-21-000024
10-Q2020-11-09fiscal Q3 2020471370001433195-20-000098
10-Q2020-08-03fiscal Q2 2020451290001433195-20-000061
10-Q2020-05-04fiscal Q1 202045950001433195-20-000029
10-K2020-03-02fiscal FY 2019541460001433195-20-000019
10-Q2019-10-28fiscal Q3 2019461380001433195-19-000074
10-Q2019-07-29fiscal Q2 2019461340001433195-19-000059
10-Q2019-05-02fiscal Q1 201946990001433195-19-000038
10-K2019-02-28fiscal FY 2018511370001433195-19-000016
10-Q2018-10-29fiscal Q3 2018431220001433195-18-000060
10-Q2018-07-30fiscal Q2 2018431220001433195-18-000048
10-Q2018-04-30fiscal Q1 201841880001433195-18-000031
10-K2018-02-26fiscal FY 2017451150001433195-18-000011
10-Q2017-11-06fiscal Q3 2017401100001433195-17-000056
10-Q2017-08-07fiscal Q2 2017401100001433195-17-000046
10-Q2017-05-05fiscal Q1 201740820001433195-17-000025
10-K2017-02-27fiscal FY 2016401010001433195-17-000010
10-Q2016-11-07fiscal Q3 201636940001433195-16-000057
10-Q2016-08-08fiscal Q2 201636940001433195-16-000048
10-Q2016-05-09fiscal Q1 201636740001433195-16-000035
10-K2016-02-29fiscal FY 2015401000001433195-16-000016
10-Q2015-11-09fiscal Q3 201538980001433195-15-000009
10-Q2015-08-06fiscal Q2 201536920001433195-15-000003

Inspect the source

Entity
AppFolio, Inc. / CIK 0001433195
Captured
2026-09-20T09:02:37.979Z
SEC response SHA-256
a4f9e36f01cac8b6e59add1094a7424856b40c4b8d1697008ba59a25f764ca46

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