Skip to content

RAPID7, INC.: filings

Every RAPID7, 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-08-10fiscal Q2 2026521460001560327-26-000044
10-Q2026-05-05fiscal Q1 2026511070001560327-26-000033
10-K2026-02-19fiscal FY 2025562000001560327-26-000008
10-Q2025-11-05fiscal Q3 2025511450001560327-25-000062
10-Q2025-08-08fiscal Q2 2025521470001560327-25-000050
10-Q2025-05-12fiscal Q1 2025511070001560327-25-000034
10-K2025-02-28fiscal FY 2024572010001560327-25-000021
10-Q2024-11-07fiscal Q3 2024511470001560327-24-000106
10-Q2024-08-07fiscal Q2 2024511470001560327-24-000093
10-Q2024-05-08fiscal Q1 2024511070001560327-24-000050
10-K2024-02-26fiscal FY 2023561470001560327-24-000021
10-Q2023-11-06fiscal Q3 2023531520001560327-23-000076
10-Q2023-08-09fiscal Q2 2023541530001560327-23-000061
10-Q2023-05-10fiscal Q1 2023541110001560327-23-000028
10-K2023-02-24fiscal FY 2022571490001560327-23-000016
10-Q2022-11-03fiscal Q3 2022541530001560327-22-000098
10-Q2022-08-04fiscal Q2 2022541530001560327-22-000084
10-Q2022-05-05fiscal Q1 2022541110001560327-22-000050
10-K2022-02-24fiscal FY 2021571500001560327-22-000026
10-Q2021-11-04fiscal Q3 2021541530001560327-21-000169
10-Q2021-08-05fiscal Q2 2021541530001560327-21-000133
10-Q2021-05-07fiscal Q1 2021501030001560327-21-000071
10-K2021-02-26fiscal FY 2020541400001560327-21-000043
10-Q2020-11-05fiscal Q3 2020491370001560327-20-000180
10-Q2020-08-10fiscal Q2 2020491370001560327-20-000136
10-Q2020-05-08fiscal Q1 2020501030001560327-20-000076
10-K2020-02-28fiscal FY 2019531360001560327-20-000046
10-Q2019-11-05fiscal Q3 2019501340001560327-19-000150
10-Q2019-08-01fiscal Q2 2019501350001560327-19-000121
10-Q2019-05-03fiscal Q1 2019501020001560327-19-000071
10-K2019-02-28fiscal FY 2018491450001560327-19-000046
10-Q2018-11-07fiscal Q3 2018461380001560327-18-000140
10-Q2018-08-07fiscal Q2 2018421280001560327-18-000103
10-Q2018-05-09fiscal Q1 201842990001560327-18-000060
10-K2018-03-08fiscal FY 2017431130001560327-18-000032
10-Q2017-11-08fiscal Q3 2017401090001560327-17-000003
10-Q2017-08-08fiscal Q2 2017401100001628280-17-008341
10-Q2017-05-10fiscal Q1 201739800001628280-17-005356
10-K2017-03-09fiscal FY 2016421110001193125-17-076894
10-Q2016-11-10fiscal Q3 2016381060001193125-16-765263
10-Q2016-08-09fiscal Q2 2016371020001193125-16-676800
10-Q2016-05-12fiscal Q1 201638760001193125-16-587952
10-K2016-03-10fiscal FY 2015421060001193125-16-500210
10-Q2015-11-13fiscal Q3 2015421180001193125-15-376069
10-Q2015-08-19fiscal Q2 201536970001193125-15-296245

Inspect the source

Entity
RAPID7, INC. / CIK 0001560327
Captured
2026-09-20T09:19:41.753Z
SEC response SHA-256
196e90024aeca936e03fd58c8cc38a5e64022d181c0f01516cfb0c5d11f1d29b

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