Skip to content

POLYCOM INC: filings

Every POLYCOM INC annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2016-08-04

The latest filing in this captured record is a 10-Q filed 2016-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. POLYCOM 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-Q2016-08-04fiscal Q2 2016501360001564590-16-022712
10-Q2016-04-28fiscal Q1 201649980001564590-16-016993
10-K2016-02-29fiscal FY 2015541440001564590-16-013635
10-Q2015-10-29fiscal Q3 2015481340001564590-15-008893
10-Q2015-07-31fiscal Q2 2015481330001564590-15-005916
10-Q2015-04-30fiscal Q1 201547950001564590-15-003131
10-K2015-02-20fiscal FY 2014541450001564590-15-000800
10-Q2014-10-30fiscal Q3 2014481330001564590-14-004738
10-Q2014-08-01fiscal Q2 2014461240001564590-14-003064
10-Q2014-05-01fiscal Q1 201446920001564590-14-001701
10-K2014-02-21fiscal FY 2013531720001564590-14-000314
10-Q2013-11-01fiscal Q3 2013441140001564590-13-000868
10-Q2013-08-06fiscal Q2 2013441520001564590-13-000208
10-Q2013-04-30fiscal Q1 201344880001193125-13-187318
10-K2013-02-14fiscal FY 2012501610001193125-13-060284
10-Q2012-10-31fiscal Q3 2012431130001193125-12-443863
10-Q2012-08-01fiscal Q2 2012421090001193125-12-328922
10-Q2012-05-01fiscal Q1 201242860001193125-12-200945
10-K2012-02-17fiscal FY 2011481580001193125-12-067416
10-Q2011-10-31fiscal Q3 2011441220001193125-11-288941
10-Q2011-08-02fiscal Q2 2011431200001193125-11-206491
10-Q2011-04-28fiscal Q1 201141840001193125-11-115455
10-K2011-02-18fiscal FY 2010431150001193125-11-040446
10-Q2010-11-02fiscal Q3 2010411120001193125-10-244444
10-Q2010-07-30fiscal Q2 2010421160001193125-10-172294

Inspect the source

Entity
POLYCOM INC / CIK 0001010552
Captured
SEC response SHA-256
ef784862f4dbd564596d1b3fc42d3e9975d5b2c0bc0d15b7f3b68e9b876e3c3e

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