Skip to content

TAURIGA SCIENCES, INC.: filings

Every TAURIGA SCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-02-16

The latest filing in this captured record is a 10-Q filed 2022-02-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. TAURIGA SCIENCES, 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-02-16fiscal Q3 2022391090001493152-22-004768
10-Q2021-11-15fiscal Q2 2022381060001493152-21-028657
10-Q2021-08-16fiscal Q1 202238810001493152-21-020179
10-K/A2021-08-16fiscal FY 202138800001493152-21-019862
10-K2021-06-29fiscal FY 202138800001493152-21-015598
10-Q2021-02-22fiscal Q3 2021381080001493152-21-004472
10-Q2020-11-16fiscal Q2 2021381090001493152-20-021775
10-Q2020-08-14fiscal Q1 202141890001493152-20-015776
10-K2020-06-29fiscal FY 202043860001493152-20-012174
10-Q2020-02-13fiscal Q3 2020431170001493152-20-002209
10-Q2019-11-12fiscal Q2 2020441130001493152-19-016887
10-Q2019-08-13fiscal Q1 202042810001493152-19-012130
10-K2019-06-27fiscal FY 201940750001493152-19-009783
10-Q2019-01-29fiscal Q3 2019391000001493152-19-001123
10-Q2018-10-31fiscal Q2 201934860001493152-18-015049
10-Q2018-07-31fiscal Q1 201936700001493152-18-010742
10-K2018-06-27fiscal FY 201837700001493152-18-009295
10-Q2018-02-12fiscal Q3 201837960001493152-18-001877
10-Q2017-11-13fiscal Q2 201831760001493152-17-012925
10-Q2017-08-07fiscal Q1 201832620001493152-17-008582
10-K2017-07-07fiscal FY 201732600001493152-17-007575
10-Q2017-01-31fiscal Q3 201736870001493152-17-000963
10-Q2016-12-05fiscal Q2 201732720001493152-16-015652
10-Q2016-11-09fiscal Q1 201731580001493152-16-014648
10-K2016-10-14fiscal FY 201632620001493152-16-014031
10-Q2016-08-09fiscal Q3 201637950001493152-16-012114
10-Q2016-07-12fiscal Q2 201633790001493152-16-011479
10-Q2016-06-29fiscal Q1 201633630001493152-16-011160
10-K2016-05-20fiscal FY 201534660001493152-16-010145
10-Q2015-02-17fiscal Q3 2015351050001493152-15-000553
10-Q2014-12-19fiscal Q3 201428930001493152-14-004224
10-Q2014-11-19fiscal Q2 2015341080001493152-14-003883
10-Q2014-08-19fiscal Q1 201531820001493152-14-002661
10-K2014-07-15fiscal FY 201432800001493152-14-002162
10-Q2014-02-19fiscal Q3 201328880001354488-14-000819
10-Q2013-11-19fiscal Q2 201327900001354488-13-006516
10-Q2013-08-19fiscal Q1 201328750001354488-13-004774
10-K2013-07-12fiscal FY 201228730001354488-13-003886
10-Q2013-02-19fiscal Q3 201228920001354488-13-000754
10-Q/A2012-11-19fiscal Q2 201231830001354488-12-006006
10-Q/A2012-08-28fiscal Q1 201231690001354488-12-004597
10-K2012-07-16fiscal FY 201126680001354488-12-003551
10-Q2012-02-21fiscal Q3 201123770001424884-12-000013
10-Q2011-11-21fiscal Q2 201121690001424884-11-000165
10-Q/A2011-09-13fiscal Q1 201121550001424884-11-000131

Inspect the source

Entity
TAURIGA SCIENCES, INC. / CIK 0001142790
Captured
SEC response SHA-256
b12e36c5e797d17be657f1f983e9b92007b3470a572d4b591dd9675fa2709825

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