Skip to content

Otonomy, Inc.: filings

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

Filing record ends 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Otonomy, 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-Q2022-11-10fiscal Q3 202233880000950170-22-024518
10-Q2022-07-25fiscal Q2 202233880000950170-22-012987
10-Q2022-05-09fiscal Q1 202231660000950170-22-008505
10-K2022-02-28fiscal FY 202136900000950170-22-002299
10-Q2021-11-10fiscal Q3 202132800000950170-21-004105
10-Q2021-08-04fiscal Q2 202132830001564590-21-040836
10-Q2021-05-11fiscal Q1 202133710001564590-21-026560
10-K2021-02-11fiscal FY 202037930001564590-21-005551
10-Q2020-11-04fiscal Q3 202032820001564590-20-050484
10-Q2020-08-04fiscal Q2 202033840001564590-20-036146
10-Q2020-05-07fiscal Q1 202033690001564590-20-022369
10-K2020-02-27fiscal FY 2019411000001564590-20-007386
10-Q2019-11-05fiscal Q3 201936890001564590-19-040398
10-Q2019-08-01fiscal Q2 201936890001564590-19-027962
10-Q2019-05-06fiscal Q1 201935730001564590-19-015986
10-K2019-03-04fiscal FY 2018401040001564590-19-006043
10-Q2018-11-05fiscal Q3 201834830001564590-18-026836
10-Q2018-08-08fiscal Q2 201834830001564590-18-020486
10-Q2018-05-09fiscal Q1 201829610001564590-18-012424
10-K2018-03-08fiscal FY 2017341020001564590-18-004915
10-Q2017-11-08fiscal Q3 201732810001564590-17-022745
10-Q2017-08-03fiscal Q2 201731780001564590-17-015330
10-Q2017-05-04fiscal Q1 201731640001564590-17-008758
10-K2017-03-02fiscal FY 2016351060001564590-17-003217
10-Q2016-11-03fiscal Q3 201630760001564590-16-027369
10-Q2016-08-04fiscal Q2 201630760001193125-16-671759
10-Q2016-05-09fiscal Q1 201629600001193125-16-583807
10-K2016-03-07fiscal FY 2015301020001193125-16-495186
10-Q2015-11-10fiscal Q3 201527740001193125-15-373439
10-Q2015-08-12fiscal Q2 201526720001193125-15-288091
10-Q2015-05-12fiscal Q1 201527560001193125-15-183926
10-K2015-03-18fiscal FY 201429990001193125-15-096931
10-Q2014-11-12fiscal Q3 201428780001193125-14-409244

Inspect the source

Entity
Otonomy, Inc. / CIK 0001493566
Captured
SEC response SHA-256
49233ef98b2eed569cf022ccb2c0b4ecda748a89c891d93a9642cfccd48961ac

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