Skip to content

Dare Bioscience, Inc.: filings

Every Dare Bioscience, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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 2026391130001401914-26-000043
10-Q2026-05-14fiscal Q1 202639820001401914-26-000026
10-K2026-03-26fiscal FY 202546930001401914-26-000004
10-Q2025-11-13fiscal Q3 2025351080001401914-25-000050
10-Q2025-08-14fiscal Q2 2025361050001401914-25-000044
10-Q2025-05-13fiscal Q1 202536760001401914-25-000022
10-K2025-03-31fiscal FY 202442870001401914-25-000012
10-Q2024-11-14fiscal Q3 2024351100001401914-24-000041
10-Q2024-08-12fiscal Q2 2024371100001401914-24-000038
10-Q2024-05-14fiscal Q1 202437780001401914-24-000033
10-K2024-03-28fiscal FY 202340810001401914-24-000016
10-Q2023-11-09fiscal Q3 2023391190001401914-23-000048
10-Q2023-08-10fiscal Q2 2023381110001401914-23-000045
10-Q2023-05-11fiscal Q1 202336740001401914-23-000023
10-K2023-03-30fiscal FY 202242840001401914-23-000013
10-Q2022-11-10fiscal Q3 2022381140001401914-22-000087
10-Q2022-08-09fiscal Q2 2022391130001401914-22-000075
10-Q2022-05-12fiscal Q1 202234710001401914-22-000051
10-K2022-03-31fiscal FY 202140790001401914-22-000032
10-Q2021-11-10fiscal Q3 2021361090001401914-21-000137
10-Q2021-08-12fiscal Q2 2021351000001401914-21-000118
10-Q2021-05-13fiscal Q1 202128590001401914-21-000080
10-K2021-03-30fiscal FY 202035700001401914-21-000041
10-Q2020-11-12fiscal Q3 202032930001401914-20-000118
10-Q2020-08-12fiscal Q2 202033900001401914-20-000105
10-Q2020-05-14fiscal Q1 202030630001401914-20-000068
10-K2020-03-27fiscal FY 201934680001401914-20-000042
10-Q2019-11-12fiscal Q3 201933870001401914-19-000090
10-Q2019-08-14fiscal Q2 201933870001401914-19-000081
10-Q2019-05-14fiscal Q1 201930630001401914-19-000048
10-K2019-04-01fiscal FY 201830630001401914-19-000015
10-Q2018-11-13fiscal Q3 201827660001564590-18-029135
10-Q2018-08-13fiscal Q2 201827680001564590-18-021487
10-Q2018-05-14fiscal Q1 201820420001564590-18-013316
10-K2018-03-28fiscal FY 201724470001564590-18-006989
10-Q2017-11-13fiscal Q3 201722570001564590-17-023408
10-Q2017-08-14fiscal Q2 201728680001564590-17-017650
10-K/A2017-06-13fiscal FY 2016291240001193125-17-202472
10-Q2017-05-12fiscal Q1 201729580001193125-17-168585
10-K2017-03-31fiscal FY 2016291240001564590-17-005798
10-Q2016-11-03fiscal Q3 201625640001564590-16-027350
10-Q2016-08-04fiscal Q2 201625650001564590-16-022672
10-Q2016-05-02fiscal Q1 201624500001564590-16-017298
10-K2016-03-10fiscal FY 2015291250001564590-16-014403
10-Q2015-11-16fiscal Q3 201525630001564590-15-010798
10-Q2015-08-06fiscal Q2 201526660001564590-15-006440
10-Q2015-05-06fiscal Q1 201526530001564590-15-003416
10-K2015-03-19fiscal FY 2014301290001564590-15-001834
10-Q2014-11-13fiscal Q3 201426650001193125-14-411131
10-Q2014-08-12fiscal Q2 201426660001193125-14-306610
10-Q2014-05-27fiscal Q1 201426670001193125-14-212644

Inspect the source

Entity
Dare Bioscience, Inc. / CIK 0001401914
Captured
2026-09-20T08:00:44.110Z
SEC response SHA-256
1a9e5d436251c8650231f065c4c293fc1bb2b6e8877619128801af21ceea9ac3

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