Skip to content

RingCentral, Inc.: filings

Every RingCentral, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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 2026541540001384905-26-000046
10-Q2026-05-11fiscal Q1 2026541120001384905-26-000037
10-K2026-02-27fiscal FY 2025571490001384905-26-000021
10-Q2025-11-05fiscal Q3 2025541580001384905-25-000053
10-Q2025-08-07fiscal Q2 2025541540001384905-25-000040
10-Q2025-05-09fiscal Q1 2025541120001384905-25-000033
10-K2025-02-26fiscal FY 2024571490001384905-25-000014
10-Q2024-11-08fiscal Q3 2024541580001384905-24-000060
10-Q2024-08-07fiscal Q2 2024541540001384905-24-000046
10-Q2024-05-07fiscal Q1 2024541120001384905-24-000037
10-K2024-02-22fiscal FY 2023581500001384905-24-000013
10-Q2023-11-08fiscal Q3 2023551580001384905-23-000053
10-Q2023-08-07fiscal Q2 2023541530001384905-23-000032
10-Q2023-05-09fiscal Q1 2023541110001384905-23-000024
10-K2023-02-23fiscal FY 2022571490001384905-23-000017
10-Q2022-11-09fiscal Q3 2022531560001384905-22-000052
10-Q2022-08-08fiscal Q2 2022531520001384905-22-000038
10-Q2022-05-10fiscal Q1 2022521080001384905-22-000031
10-K2022-03-01fiscal FY 2021561460001384905-22-000011
10-Q2021-11-09fiscal Q3 2021521540001384905-21-000035
10-Q2021-08-06fiscal Q2 2021531520001384905-21-000027
10-Q2021-05-07fiscal Q1 2021531100001384905-21-000019
10-K2021-02-26fiscal FY 2020521660001384905-21-000007
10-Q2020-11-09fiscal Q3 2020491400001384905-20-000032
10-Q2020-08-10fiscal Q2 2020531520001384905-20-000026
10-Q2020-05-11fiscal Q1 2020491020001384905-20-000015
10-K2020-02-26fiscal FY 2019521630001384905-20-000008
10-Q2019-11-12fiscal Q3 2019501400001384905-19-000022
10-Q2019-08-08fiscal Q2 2019491320001384905-19-000015
10-Q2019-05-10fiscal Q1 201948960001384905-19-000006
10-K2019-02-27fiscal FY 2018491560001564590-19-004630
10-Q2018-11-08fiscal Q3 2018501370001564590-18-028592
10-Q2018-08-07fiscal Q2 2018461210001564590-18-020042
10-Q2018-05-10fiscal Q1 201842850001564590-18-012579
10-K2018-02-26fiscal FY 2017421310001564590-18-003245
10-Q2017-11-09fiscal Q3 2017391070001564590-17-022943
10-Q2017-08-07fiscal Q2 2017391070001564590-17-016049
10-Q2017-05-05fiscal Q1 201738770001564590-17-009122
10-K2017-02-28fiscal FY 2016431340001564590-17-002718
10-Q2016-11-07fiscal Q3 2016391060001564590-16-027823
10-Q2016-08-05fiscal Q2 2016391060001564590-16-023007
10-Q2016-05-06fiscal Q1 201639800001564590-16-018326
10-K2016-02-29fiscal FY 2015431330001564590-16-013637
10-Q2015-11-06fiscal Q3 2015411070001564590-15-009789
10-Q2015-08-05fiscal Q2 201539990001564590-15-006260
10-Q2015-05-04fiscal Q1 201537750001564590-15-003237
10-K2015-02-27fiscal FY 2014391250001564590-15-001097
10-Q2014-11-03fiscal Q3 201436950001564590-14-004885
10-Q2014-08-04fiscal Q2 201436980001564590-14-003068
10-Q2014-05-02fiscal Q1 201436740001564590-14-001755
10-K2014-02-26fiscal FY 2013421320001564590-14-000347
10-Q2013-11-13fiscal Q3 2013381000001564590-13-001283

Inspect the source

Entity
RingCentral, Inc. / CIK 0001384905
Captured
2026-09-20T07:58:45.110Z
SEC response SHA-256
1a09e37ca91b92e8969e27d5e31cf95f24e4bcda3f44ce0108d258bbc7500036

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