Skip to content

IVEDA SOLUTIONS, INC.: filings

Every IVEDA SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-14fiscal Q2 2026471330001493152-26-038440
10-Q2026-05-15fiscal Q1 202644880001493152-26-023706
10-K2026-03-31fiscal FY 202546930001493152-26-014179
10-Q2025-11-14fiscal Q3 2025491410001493152-25-022582
10-Q2025-08-14fiscal Q2 2025491380001641172-25-023965
10-K/A2025-06-16fiscal FY 202445930001641172-25-015284
10-Q2025-05-13fiscal Q1 202549950001641172-25-009950
10-K2025-04-15fiscal FY 202446950001641172-25-004833
10-Q2024-11-14fiscal Q3 2024471410001493152-24-045941
10-Q2024-08-14fiscal Q2 2024471370001493152-24-032265
10-Q2024-05-20fiscal Q1 202446930001493152-24-020743
10-K2024-04-01fiscal FY 202344870001493152-24-012417
10-Q2023-11-14fiscal Q3 2023441190001493152-23-040717
10-Q2023-08-14fiscal Q2 2023441190001493152-23-028473
10-Q2023-05-15fiscal Q1 202343870001493152-23-017431
10-K2023-03-31fiscal FY 202242840001493152-23-010283
10-Q2022-11-14fiscal Q3 2022401060001493152-22-032055
10-Q2022-08-12fiscal Q2 2022411070001493152-22-022399
10-Q2022-05-16fiscal Q1 202241810001493152-22-013530
10-K2022-03-31fiscal FY 202141780001493152-22-008309
10-Q2021-11-15fiscal Q3 202140970001493152-21-028289
10-Q2016-08-16fiscal Q2 201635920001493152-16-012592
10-Q2016-06-20fiscal Q1 201633680001493152-16-010943
10-K2016-06-10fiscal FY 201540790001493152-16-010721
10-Q2015-11-16fiscal Q3 201536950001493152-15-005555
10-Q2015-08-14fiscal Q2 201535990001144204-15-049256
10-Q2015-05-15fiscal Q1 201535740001144204-15-031315
10-K2015-03-16fiscal FY 201441830001144204-15-016334
10-Q2014-11-14fiscal Q3 201434940001144204-14-068393
10-Q2014-08-14fiscal Q2 201434940001144204-14-049528
10-Q2014-05-19fiscal Q1 201432670001144204-14-031833
10-K2014-03-31fiscal FY 201336740001144204-14-019230
10-Q2013-11-14fiscal Q3 201334940001144204-13-061276
10-Q2013-08-13fiscal Q2 201334940001144204-13-045244
10-Q2013-05-16fiscal Q1 201334720001144204-13-029887
10-K2013-04-01fiscal FY 201238780001144204-13-018976
10-Q2012-11-14fiscal Q3 2012361000001144204-12-062405
10-Q2012-08-13fiscal Q2 2012391040001144204-12-044859
10-Q2012-05-14fiscal Q1 201236720001144204-12-028461
10-K/A2012-05-11fiscal FY 201139760001144204-12-028180
10-K2012-03-30fiscal FY 201139760001144204-12-018625
10-Q/A2012-03-07fiscal Q2 201141960001144204-12-013474
10-Q2011-11-14fiscal Q3 201138910001376474-11-000188
10-Q2011-08-15fiscal Q2 201141960001144204-11-046870

Inspect the source

Entity
IVEDA SOLUTIONS, INC. / CIK 0001397183
Captured
2026-09-20T08:00:17.505Z
SEC response SHA-256
63d20b6f598129632d467888c22a3ede7b5f305db0db6298250ae3dad5396499

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