Skip to content

Zosano Pharma Corp: filings

Every Zosano Pharma Corp 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 2022-05-13

The latest filing in this captured record is a 10-Q filed 2022-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Zosano Pharma 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-13fiscal Q1 202239810001587221-22-000030
10-K2022-03-17fiscal FY 202141830001587221-22-000022
10-Q2021-11-10fiscal Q3 2021411260001587221-21-000033
10-Q2021-08-10fiscal Q2 2021411200001587221-21-000027
10-Q2021-05-12fiscal Q1 202137780001587221-21-000018
10-K2021-03-11fiscal FY 202038770001587221-21-000007
10-Q2020-11-13fiscal Q3 2020391160001587221-20-000040
10-Q2020-08-06fiscal Q2 2020391120001587221-20-000026
10-Q2020-05-14fiscal Q1 202039820001587221-20-000014
10-K2020-03-13fiscal FY 201940800001587221-20-000004
10-Q2019-11-14fiscal Q3 2019421210001587221-19-000025
10-Q2019-08-14fiscal Q2 2019401130001628280-19-010764
10-Q2019-05-14fiscal Q1 201938790001587221-19-000013
10-K2019-03-25fiscal FY 201835720001587221-19-000006
10-Q2018-11-15fiscal Q3 201834940001193125-18-327257
10-Q2018-08-09fiscal Q2 201833880001193125-18-244555
10-Q2018-05-15fiscal Q1 201829610001193125-18-164121
10-K2018-03-12fiscal FY 201730610001193125-18-078418
10-Q2017-11-09fiscal Q3 201730860001193125-17-338795
10-Q2017-08-10fiscal Q2 201732900001193125-17-254539
10-Q2017-05-09fiscal Q1 201731640001193125-17-164368
10-K2017-03-01fiscal FY 201631630001193125-17-063319
10-Q2016-11-09fiscal Q3 201626700001193125-16-764437
10-Q2016-08-10fiscal Q2 201626700001193125-16-678118
10-Q2016-05-12fiscal Q1 201627560001193125-16-588877
10-K2016-03-29fiscal FY 201530610001193125-16-521425
10-Q2015-11-10fiscal Q3 201526690001193125-15-373336
10-Q2015-08-13fiscal Q2 201526690001193125-15-290108
10-Q2015-05-12fiscal Q1 201523480001193125-15-183790

Inspect the source

Entity
Zosano Pharma Corp / CIK 0001587221
Captured
SEC response SHA-256
cbea1fce2f6ca3577b2d3a4f9fd59a6817767c4e3a328f9bfd4b78e871bc70a3

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