Skip to content

VONAGE HOLDINGS CORP: filings

Every VONAGE HOLDINGS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-05-05

The latest filing in this captured record is a 10-Q filed 2022-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. VONAGE HOLDINGS CORP 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-Q2022-05-05fiscal Q1 202244960001272830-22-000083
10-K2022-02-24fiscal FY 2021481280001272830-22-000040
10-Q2021-11-04fiscal Q3 2021441220001272830-21-000299
10-Q2021-08-05fiscal Q2 2021481380001272830-21-000244
10-Q2021-05-06fiscal Q1 202144960001272830-21-000178
10-K2021-02-19fiscal FY 2020521810001272830-21-000087
10-Q2020-11-05fiscal Q3 2020491360001272830-20-000244
10-Q2020-08-06fiscal Q2 2020531520001272830-20-000188
10-Q2020-05-07fiscal Q1 2020481030001272830-20-000117
10-K2020-02-21fiscal FY 2019561900001272830-20-000049
10-Q2019-11-06fiscal Q3 2019541530001272830-19-000240
10-Q2019-08-06fiscal Q2 2019541520001272830-19-000179
10-Q2019-05-08fiscal Q1 2019521100001272830-19-000133
10-K2019-02-27fiscal FY 2018521820001272830-19-000051
10-Q2018-11-02fiscal Q3 2018501360001272830-18-000143
10-Q2018-08-01fiscal Q2 2018491340001272830-18-000076
10-Q2018-05-08fiscal Q1 2018491000001272830-18-000032
10-K2018-02-27fiscal FY 2017521620001272830-18-000013
10-Q2017-11-07fiscal Q3 2017481460001272830-17-000074
10-Q2017-08-03fiscal Q2 2017471420001272830-17-000066
10-Q2017-05-09fiscal Q1 2017491220001272830-17-000043
10-K2017-02-28fiscal FY 2016521600001272830-17-000018
10-Q2016-10-27fiscal Q3 2016481300001272830-16-000178
10-Q2016-08-04fiscal Q2 2016481300001272830-16-000161
10-Q2016-05-06fiscal Q1 2016491000001272830-16-000135
10-K2016-02-12fiscal FY 2015491630001272830-16-000113
10-Q2015-11-04fiscal Q3 2015491340001272830-15-000088
10-Q2015-07-30fiscal Q2 2015501350001272830-15-000076
10-Q2015-05-07fiscal Q1 2015501010001272830-15-000060
10-K2015-02-13fiscal FY 2014491610001272830-15-000025
10-Q2014-11-05fiscal Q3 2014481270001272830-14-000071
10-Q2014-07-31fiscal Q2 2014481270001272830-14-000050
10-Q2014-05-01fiscal Q1 201448970001272830-14-000035
10-K2014-02-13fiscal FY 2013491600001272830-14-000020
10-Q2013-11-06fiscal Q3 2013471250001272830-13-000071
10-Q2013-07-31fiscal Q2 2013461210001272830-13-000060
10-Q2013-05-01fiscal Q1 201346930001272830-13-000041
10-K2013-02-13fiscal FY 2012471550001272830-13-000018
10-Q2012-11-01fiscal Q3 2012461210001272830-12-000073
10-Q2012-08-01fiscal Q2 2012451190001272830-12-000052
10-Q2012-05-03fiscal Q1 201242860001272830-12-000034
10-K2012-02-16fiscal FY 2011421120001272830-12-000022
10-Q2011-11-04fiscal Q3 2011411090001193125-11-295547
10-Q2011-08-04fiscal Q2 2011411090001193125-11-210531

Inspect the source

Entity
VONAGE HOLDINGS CORP / CIK 0001272830
Captured
SEC response SHA-256
29b6b1449e720995a4257dc7201e7dc774461d2cd72f07292f87ec2b546496cc

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