Skip to content

ARCIMOTO, INC.: filings

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

Filing record ends 2024-02-12

The latest filing in this captured record is a 10-Q filed 2024-02-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARCIMOTO, 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-Q2024-02-12fiscal Q3 2023521480001213900-24-012237
10-Q2023-08-10fiscal Q2 2023501480001213900-23-065538
10-Q2023-05-22fiscal Q1 202346940001437749-23-015428
10-K2023-04-14fiscal FY 202250990001437749-23-010348
10-Q2022-11-14fiscal Q3 2022471250001437749-22-027366
10-Q2022-08-15fiscal Q2 2022471250001437749-22-020544
10-Q2022-05-16fiscal Q1 202247940001437749-22-012624
10-K2022-03-31fiscal FY 202140760001213900-22-016925
10-Q2021-11-15fiscal Q3 2021411000001213900-21-059447
10-Q2021-08-16fiscal Q2 2021421050001213900-21-043084
10-Q2021-05-17fiscal Q1 202144860001213900-21-026994
10-K2021-03-31fiscal FY 202038770001213900-21-019153
10-Q2020-11-16fiscal Q3 2020371010001213900-20-037364
10-Q2020-08-19fiscal Q2 2020371010001213900-20-022872
10-Q2020-06-11fiscal Q1 202038790001213900-20-014656
10-K2020-04-14fiscal FY 201938770001213900-20-009173
10-Q2019-11-14fiscal Q3 2019381040001213900-19-023285
10-Q2019-08-14fiscal Q2 2019371000001213900-19-015787
10-Q2019-05-09fiscal Q1 201937760001213900-19-008156
10-K2019-03-29fiscal FY 201838770001213900-19-005232
10-Q2018-11-16fiscal Q3 201838950001213900-18-016047
10-Q2018-08-14fiscal Q2 201836880001213900-18-010998
10-Q2018-05-14fiscal Q1 201834690001213900-18-006113
10-K2018-03-30fiscal FY 201736700001213900-18-003749
10-Q2017-11-20fiscal Q3 201726660001213900-17-012365
10-Q2017-11-13fiscal Q2 201726660001213900-17-011854
10-Q2017-11-13fiscal Q1 201726550001213900-17-011851

Inspect the source

Entity
ARCIMOTO, INC. / CIK 0001558583
Captured
SEC response SHA-256
9b5c49b5c90cdf55efa6a98680945dc84f792f03a5dad4cbde6fd409bb2fae70

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