VisionSys AI Inc: income taxes paid, net
Income taxes paid, net for VisionSys AI Inc. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All VisionSys AI Inc financial histories
What this measure means
Cash income taxes paid net of refunds during the period. It differs from income tax expense and can reflect prior years and estimated payments.
Exact concept: us-gaap:IncomeTaxesPaidNet. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2012-01-01 to 2015-12-31. The SEC response was captured on 2026-09-20.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2015-01-01 | 2015-12-31 | 360,686 | USD | 2016-04-20 | 20-F · 0001144204-16-095204 |
| 2014-01-01 | 2014-12-31 | 567,401 | USD | 2016-04-20 | 20-F · 0001144204-16-095204 |
| 2013-01-01 | 2013-12-31 | 1,846,576 | USD | 2016-04-20 | 20-F · 0001144204-16-095204 |
| 2012-01-01 | 2012-12-31 | 1,038,042 | USD | 2015-04-15 | 20-F · 0001144204-15-022976 |
Related financial histories
- VisionSys AI Inc: total assets
- VisionSys AI Inc: total liabilities
- VisionSys AI Inc: stockholders equity
- VisionSys AI Inc: cash and cash equivalents
- VisionSys AI Inc: net income or loss
- VisionSys AI Inc: operating cash flow
- VisionSys AI Inc: capital expenditure payments
- VisionSys AI Inc: contract revenue excluding tax
- VisionSys AI Inc: financing cash flow
- VisionSys AI Inc: investing cash flow
- VisionSys AI Inc: retained earnings or deficit
- VisionSys AI Inc: basic weighted-average shares
- VisionSys AI Inc: diluted weighted-average shares
- VisionSys AI Inc: basic earnings per share
- VisionSys AI Inc: diluted earnings per share
- VisionSys AI Inc: income tax expense or benefit
- VisionSys AI Inc: net property, plant and equipment
- VisionSys AI Inc: share-based compensation expense
- VisionSys AI Inc: operating income or loss
- VisionSys AI Inc: current assets
- VisionSys AI Inc: current liabilities
- VisionSys AI Inc: current accounts payable
- VisionSys AI Inc: goodwill carrying amount
- VisionSys AI Inc: net current accounts receivable
- VisionSys AI Inc: common-stock repurchase payments
- VisionSys AI Inc: net inventory
- VisionSys AI Inc: gross profit
- VisionSys AI Inc: cost of revenue
- VisionSys AI Inc: research and development expense
- VisionSys AI Inc: common shares outstanding
- VisionSys AI Inc: cash including restricted cash
- VisionSys AI Inc: additional paid-in capital
- VisionSys AI Inc: accumulated other comprehensive income or loss
- VisionSys AI Inc: total equity including noncontrolling interests
- VisionSys AI Inc: operating lease right-of-use asset
- VisionSys AI Inc: operating lease liability
- VisionSys AI Inc: gross property, plant and equipment
- VisionSys AI Inc: accumulated depreciation on property, plant and equipment
- VisionSys AI Inc: net intangible assets excluding goodwill
- VisionSys AI Inc: other noncurrent assets
- VisionSys AI Inc: other noncurrent liabilities
- VisionSys AI Inc: accrued current liabilities
- VisionSys AI Inc: prepaid expenses and other current assets
- VisionSys AI Inc: net deferred tax assets
- VisionSys AI Inc: pre-tax income or loss from continuing operations
- VisionSys AI Inc: profit or loss including noncontrolling interests
- VisionSys AI Inc: comprehensive income or loss
- VisionSys AI Inc: net income available to common stockholders
- VisionSys AI Inc: general and administrative expense
- VisionSys AI Inc: depreciation expense
- VisionSys AI Inc: depreciation, depletion and amortization
- VisionSys AI Inc: other nonoperating income or expense
- VisionSys AI Inc: current income tax expense or benefit
- VisionSys AI Inc: deferred income tax expense or benefit
- VisionSys AI Inc: interest paid, net
- VisionSys AI Inc: operating lease payments
- VisionSys AI Inc: change in accounts receivable
- VisionSys AI Inc: change in inventories
- VisionSys AI Inc: change in accounts payable
Inspect the source
- Entity
- VisionSys AI Inc / CIK 0001592560
- Captured
- 2026-09-20T09:24:19.062Z
- SEC response SHA-256
5919c855b0988061fb2346196c3c9680aae00f1513514d6cc0ac4fe74232a035
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0001592560.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"])))