Skip to content

Arcadia Biosciences, Inc.: filings

Every Arcadia Biosciences, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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 2026331000001193125-26-349205
10-Q2026-05-14fiscal Q1 202632680001193125-26-223990
10-K2026-03-26fiscal FY 202543870001193125-26-126238
10-Q2025-11-07fiscal Q3 2025381160001193125-25-272375
10-Q2025-08-14fiscal Q2 2025381120000950170-25-109040
10-Q2025-05-08fiscal Q1 202538800000950170-25-066425
10-K2025-03-25fiscal FY 202445910000950170-25-044487
10-Q2024-11-12fiscal Q3 2024421280000950170-24-125613
10-Q2024-08-13fiscal Q2 2024421240000950170-24-096439
10-Q2024-05-13fiscal Q1 202440840000950170-24-058563
10-K2024-03-28fiscal FY 202345910000950170-24-038176
10-Q2023-11-09fiscal Q3 2023441320000950170-23-062216
10-Q2023-08-10fiscal Q2 2023431240000950170-23-041468
10-Q2023-05-15fiscal Q1 202340840000950170-23-022199
10-K2023-03-30fiscal FY 202248970000950170-23-011019
10-Q2022-11-10fiscal Q3 2022441280000950170-22-024557
10-Q2022-08-11fiscal Q2 2022451280000950170-22-016942
10-Q2022-05-12fiscal Q1 202246950000950170-22-009747
10-K2022-03-31fiscal FY 202148950000950170-22-005253
10-Q2021-11-15fiscal Q3 2021471250000950170-21-004634
10-Q2021-08-16fiscal Q2 2021471210001564590-21-044701
10-Q2021-05-17fiscal Q1 2021511030001564590-21-028456
10-K2021-03-31fiscal FY 202050960001564590-21-017118
10-Q2020-11-13fiscal Q3 2020481330001564590-20-053848
10-Q2020-08-13fiscal Q2 2020451240001564590-20-040076
10-Q2020-05-13fiscal Q1 202044890001564590-20-025131
10-K2020-03-25fiscal FY 201945860001564590-20-012875
10-Q2019-11-06fiscal Q3 201936950001564590-19-041132
10-Q2019-08-14fiscal Q2 201933890001564590-19-032192
10-Q2019-05-08fiscal Q1 201933690001564590-19-017310
10-K2019-04-01fiscal FY 201842830001564590-19-010452
10-Q2018-11-07fiscal Q3 201833850001564590-18-028112
10-Q2018-08-08fiscal Q2 201834900001564590-18-020562
10-Q2018-05-09fiscal Q1 201830620001564590-18-012544
10-K2018-03-20fiscal FY 201735720001564590-18-006338
10-Q2017-11-09fiscal Q3 201730810001564590-17-023329
10-Q2017-08-10fiscal Q2 201730820001564590-17-017266
10-Q2017-05-10fiscal Q1 201730620001564590-17-010318
10-K2017-03-08fiscal FY 201636740001564590-17-003724
10-Q2016-11-10fiscal Q3 201631860001564590-16-028976
10-Q2016-08-09fiscal Q2 201631860001564590-16-023753
10-Q2016-05-10fiscal Q1 201631640001564590-16-018994
10-K2016-03-08fiscal FY 201536740001564590-16-014230
10-Q2015-11-05fiscal Q3 201528780001564590-15-009725
10-Q2015-08-11fiscal Q2 201529790001193125-15-285644
10-Q2015-06-25fiscal Q1 201529580001193125-15-233674

Inspect the source

Entity
Arcadia Biosciences, Inc. / CIK 0001469443
Captured
2026-09-20T09:07:21.204Z
SEC response SHA-256
f806f5e943ca77a8b894ab622b0441684ca24fc4c2b017f1608fffb332b90f9d

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