Skip to content

Aravive, Inc.: filings

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

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Aravive, 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-Q2023-11-09fiscal Q3 2023351050001437749-23-031247
10-Q2023-08-21fiscal Q2 202334970001437749-23-024285
10-Q2023-05-10fiscal Q1 202331640001437749-23-013588
10-K2023-03-15fiscal FY 202236720001437749-23-006587
10-Q2022-11-10fiscal Q3 202233930001437749-22-026719
10-Q2022-08-11fiscal Q2 202231850001437749-22-019920
10-Q2022-05-12fiscal Q1 202231630001437749-22-011993
10-K2022-03-31fiscal FY 202132640001437749-22-007827
10-Q2021-10-28fiscal Q3 202129790001437749-21-024528
10-Q2021-08-05fiscal Q2 202129750001437749-21-018616
10-Q2021-05-06fiscal Q1 202131630001564590-21-024511
10-K2021-03-16fiscal FY 202035740001564590-21-013312
10-Q2020-11-05fiscal Q3 202034920001564590-20-051374
10-Q2020-08-03fiscal Q2 202034890001564590-20-035515
10-Q2020-05-06fiscal Q1 202034690001564590-20-021944
10-K2020-03-27fiscal FY 201939730001564590-20-013390
10-Q2019-11-07fiscal Q3 201934900001564590-19-041801
10-Q2019-08-07fiscal Q2 201934870001564590-19-030079
10-Q2019-05-08fiscal Q1 201935690001564590-19-017250
10-K2019-03-15fiscal FY 201839780001564590-19-007911
10-Q2018-11-09fiscal Q3 201829730001564590-18-028717
10-Q2018-08-08fiscal Q2 201830760001564590-18-020488
10-Q2018-05-08fiscal Q1 201825530001564590-18-011872
10-K2018-03-06fiscal FY 2017361540001564590-18-004569
10-Q2017-11-09fiscal Q3 201728710001564590-17-023222
10-Q2017-08-07fiscal Q2 201728730001564590-17-016025
10-Q2017-05-10fiscal Q1 201726520001564590-17-010114
10-K2017-03-10fiscal FY 2016311330001564590-17-003907
10-Q2016-11-04fiscal Q3 201626660001564590-16-027709
10-Q2016-08-03fiscal Q2 201626660001564590-16-022166
10-Q2016-05-04fiscal Q1 201626520001564590-16-017500
10-K2016-03-08fiscal FY 2015281260001564590-16-014158
10-Q2015-11-04fiscal Q3 201526670001564590-15-009372
10-Q2015-08-05fiscal Q2 201526680001564590-15-006228
10-Q2015-05-11fiscal Q1 201526530001564590-15-003914
10-K2015-03-06fiscal FY 2014291430001564590-15-001404
10-Q2014-11-07fiscal Q3 201426770001564590-14-005271
10-Q2014-08-12fiscal Q2 201428820001193125-14-306661
10-Q2014-05-14fiscal Q1 201428700001193125-14-199135

Inspect the source

Entity
Aravive, Inc. / CIK 0001513818
Captured
SEC response SHA-256
4c342d8d5b9d75e29207332c894ca2ba4250941f77105d80dbc5e01a20573f20

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