Skip to content

Pandora Media, Inc.: filings

Every Pandora Media, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-11-05

The latest filing in this captured record is a 10-Q filed 2018-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Pandora Media, 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-Q2018-11-05fiscal Q3 2018441160001230276-18-000057
10-Q2018-07-31fiscal Q2 2018391070001230276-18-000045
10-Q2018-05-04fiscal Q1 201839810001230276-18-000031
10-K2018-02-26fiscal FY 2017451730001230276-18-000019
10-Q2017-11-02fiscal Q3 2017381040001230276-17-000087
10-Q2017-08-01fiscal Q2 2017381040001230276-17-000069
10-Q2017-05-09fiscal Q1 201737760001230276-17-000039
10-K2017-02-16fiscal FY 2016471810001230276-17-000011
10-Q2016-10-27fiscal Q3 2016371000001230276-16-000091
10-Q2016-07-26fiscal Q2 2016371000001230276-16-000085
10-Q2016-05-02fiscal Q1 201637760001230276-16-000078
10-K2016-02-18fiscal FY 2015451740001230276-16-000057
10-Q2015-10-26fiscal Q3 201535940001230276-15-000035
10-Q2015-07-24fiscal Q2 201532860001230276-15-000023
10-Q2015-04-27fiscal Q1 201532660001230276-15-000014
10-K2015-02-11fiscal FY 2014451880001230276-15-000005
10-Q2014-10-28fiscal Q3 201433880001230276-14-000123
10-Q2014-07-29fiscal Q2 201433880001104659-14-054296
10-Q2014-04-29fiscal Q1 201433680001104659-14-031831
10-Q2013-11-27fiscal Q3 201334920001104659-13-087285
10-Q2013-08-27fiscal Q2 201332800001104659-13-066211
10-Q2013-05-29fiscal Q1 201330610001104659-13-045311
10-K2013-03-18fiscal FY 2012351130001047469-13-002959
10-Q2012-12-07fiscal Q3 201234920001104659-12-082511
10-Q2012-09-04fiscal Q2 2012371000001104659-12-061209
10-Q2012-06-04fiscal Q1 201235710001193125-12-257428
10-K2012-03-19fiscal FY 201136920001193125-12-120024
10-Q2011-11-29fiscal Q3 201137980001193125-11-323367
10-Q2011-09-02fiscal Q2 201132820001193125-11-239281

Inspect the source

Entity
Pandora Media, Inc. / CIK 0001230276
Captured
SEC response SHA-256
ca3c417b0f1a6aad0651ca812ec60ed5a7c1a49b821bfe12d703c77a59cca765

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