Skip to content

Pyxis Oncology, Inc.: filings

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

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-Q2026-08-13fiscal Q2 2026371110001193125-26-347913
10-Q2026-05-14fiscal Q1 202634710001193125-26-222843
10-K2026-03-23fiscal FY 202549980001193125-26-118532
10-Q2025-11-03fiscal Q3 2025391070001193125-25-261696
10-Q2025-08-14fiscal Q2 2025411120000950170-25-108906
10-Q2025-05-15fiscal Q1 202538740000950170-25-071996
10-K2025-03-18fiscal FY 202450950000950170-25-040771
10-Q2024-11-12fiscal Q3 202438980000950170-24-124602
10-Q2024-08-14fiscal Q2 2024381000000950170-24-097073
10-Q2024-05-14fiscal Q1 202441790000950170-24-059099
10-K2024-03-21fiscal FY 202345850000950170-24-034868
10-Q2023-11-07fiscal Q3 202337980000950170-23-060354
10-Q2023-08-11fiscal Q2 202335980000950170-23-041605
10-Q2023-05-11fiscal Q1 202335710000950170-23-020836
10-K2023-03-22fiscal FY 202239770000950170-23-009046
10-Q2022-11-01fiscal Q3 202234920000950170-22-020701
10-Q2022-08-15fiscal Q2 202234940000950170-22-017222
10-Q2022-05-13fiscal Q1 202229600000950170-22-009807
10-K2022-03-29fiscal FY 202136710000950170-22-004850
10-Q2021-11-15fiscal Q3 202130820000950170-21-004476

Inspect the source

Entity
Pyxis Oncology, Inc. / CIK 0001782223
Captured
2026-09-21T17:27:12.583Z
SEC response SHA-256
32fd2b46be4877ba99e8326148367ea11f2202e6e97b4fc43d3f52b5da719e61

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