Skip to content

SS INNOVATIONS INTERNATIONAL, INC.: filings

Every SS INNOVATIONS INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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 2026471380001213900-26-088721
10-Q2026-05-13fiscal Q1 2026491000001213900-26-055403
10-K2026-03-10fiscal FY 2025501000001213900-26-025440
10-Q2025-10-28fiscal Q3 2025501470001213900-25-103135
10-Q2025-08-06fiscal Q2 2025521460001213900-25-072563
10-Q2025-05-14fiscal Q1 2025481000001213900-25-043327
10-K2025-04-15fiscal FY 202447960001213900-25-031773
10-Q/A2025-04-01fiscal Q3 2024471420001213900-25-026691
10-Q/A2025-03-10fiscal Q2 2024451340001213900-25-021899
10-Q/A2025-02-19fiscal Q1 202446950001213900-25-015053
10-Q/A2025-01-14fiscal Q3 2023471390001213900-25-003409
10-Q/A2025-01-14fiscal Q2 2023481310001213900-25-003177
10-K/A2024-12-20fiscal FY 202349970001213900-24-110779
10-K/A2024-12-06fiscal FY 202349970001213900-24-106251
10-Q2024-11-14fiscal Q3 2024461320001213900-24-097890
10-Q2024-09-06fiscal Q2 2024401080001213900-24-076570
10-Q2024-05-15fiscal Q1 202440820001213900-24-043430
10-K2024-03-22fiscal FY 202339790001213900-24-025140
10-Q2023-11-13fiscal Q3 202334880001213900-23-085569
10-Q2023-08-07fiscal Q2 202333780001213900-23-064089
10-Q2023-05-15fiscal Q1 202325510001213900-23-039573
10-K2023-03-31fiscal FY 202228560001213900-23-025143
10-Q2022-11-30fiscal Q3 202228840001213900-22-076263
10-Q2022-11-30fiscal Q2 202227790001213900-22-076258
10-Q2022-11-30fiscal Q1 202225530001213900-22-076253
10-K2022-11-04fiscal FY 202133620001213900-22-069119
10-Q2022-11-04fiscal Q3 202128850001213900-22-069105
10-Q2022-11-04fiscal Q2 202128820001213900-22-069098
10-Q2022-11-04fiscal Q1 202128560001213900-22-069092
10-K2022-09-06fiscal FY 202029600001213900-22-054262
10-Q2022-08-08fiscal Q3 202028790001213900-22-045166
10-Q2022-07-18fiscal Q2 202028810001213900-22-039833
10-Q2022-06-30fiscal Q1 202027550001213900-22-036198
10-K2022-02-22fiscal FY 201925490001213900-22-008544
10-Q2019-11-13fiscal Q3 201926780001213900-19-023104
10-Q2019-08-07fiscal Q2 201924670001213900-19-014780
10-Q2019-05-15fiscal Q1 201924490001615774-19-007958
10-K2019-04-16fiscal FY 201824490001615774-19-005795
10-Q2018-11-13fiscal Q3 201824620001615774-18-012475
10-Q2018-08-13fiscal Q2 201825630001615774-18-007864
10-Q2018-05-17fiscal Q1 201824480001615774-18-003997
10-K2018-03-29fiscal FY 201722420001615774-18-002200
10-Q/A2018-02-28fiscal Q3 201722560001615774-18-001484
10-Q2017-11-14fiscal Q3 201722560001615774-17-006648
10-Q2017-08-29fiscal Q2 201724580001615774-17-004820

Inspect the source

Entity
SS INNOVATIONS INTERNATIONAL, INC. / CIK 0001676163
Captured
2026-09-21T17:24:38.105Z
SEC response SHA-256
a3b7ade5b352d28654e5ea722e1e61dcd399f410caea085c432eff9a2e601690

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