Skip to content

VIACOM INC.: filings

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

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-K filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIACOM 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-K2019-11-14fiscal FY 2019441630001339947-19-000043
10-Q2019-08-08fiscal Q3 2019391100001339947-19-000031
10-Q2019-05-10fiscal Q2 2019391100001339947-19-000027
10-Q2019-02-05fiscal Q1 201939820001339947-19-000013
10-K2018-11-16fiscal FY 2018451660001339947-18-000046
10-Q2018-08-09fiscal Q3 2018391080001339947-18-000033
10-Q2018-04-25fiscal Q2 2018381040001339947-18-000020
10-Q2018-02-08fiscal Q1 201838800001339947-18-000009
10-K2017-11-16fiscal FY 2017441550001339947-17-000049
10-Q2017-08-03fiscal Q3 2017381040001339947-17-000038
10-Q2017-05-04fiscal Q2 2017381040001339947-17-000025
10-Q2017-02-09fiscal Q1 201738800001339947-17-000009
10-K2016-11-09fiscal FY 2016431520001339947-16-000110
10-Q2016-08-04fiscal Q3 2016391050001339947-16-000099
10-Q2016-04-28fiscal Q2 2016391050001339947-16-000070
10-Q2016-02-09fiscal Q1 201639810001339947-16-000055
10-K2015-11-12fiscal FY 2015431520001339947-15-000042
10-Q2015-08-06fiscal Q3 2015381040001339947-15-000034
10-Q2015-04-30fiscal Q2 2015381040001339947-15-000024
10-Q2015-01-29fiscal Q1 201538800001339947-15-000009
10-K2014-11-13fiscal FY 2014431520001339947-14-000050
10-Q2014-08-06fiscal Q3 2014381040001339947-14-000042
10-Q2014-05-01fiscal Q2 2014381040001339947-14-000033
10-Q2014-01-30fiscal Q1 201438800001339947-14-000016
10-K2013-11-14fiscal FY 2013441540001193125-13-441356
10-Q2013-08-02fiscal Q3 2013381040001193125-13-316354
10-Q2013-05-01fiscal Q2 2013381040001193125-13-190348
10-Q2013-01-31fiscal Q1 201338800001193125-13-031360
10-K2012-11-15fiscal FY 2012431810001193125-12-471870
10-Q2012-08-03fiscal Q3 2012371040001193125-12-333732
10-Q2012-05-03fiscal Q2 201236990001193125-12-206921
10-Q2012-02-02fiscal Q1 201235740001193125-12-035760
10-K2011-11-10fiscal FY 2011411680001193125-11-305888
10-Q2011-08-05fiscal Q3 201135950001193125-11-211521
10-Q2011-04-28fiscal Q2 201134940001193125-11-113734
10-Q2011-02-03fiscal Q1 201134720001193125-11-022662
10-K2010-11-12fiscal FY 2010411510001193125-10-257767
10-Q2010-08-05fiscal Q3 201033920001193125-10-178455
10-Q2010-04-29fiscal Q2 201032680001193125-10-098207
10-K2010-02-11fiscal FY 200933870001193125-10-028165
10-Q2009-11-03fiscal Q3 200933920001193125-09-221448
10-Q2009-07-28fiscal Q2 200933900001193125-09-156564

Inspect the source

Entity
VIACOM INC. / CIK 0001339947
Captured
SEC response SHA-256
aadea8fc3143f63ae706aaabdd47fdd3e605add380ff3d95ae20800864cbe9bb

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