net_cash_flow_continuing
Total cash flow excluding discontinued operations. Rare line item — populated only for companies in active discontinued-ops winddown.
Watch this signal live on real tickers: Open in Explore →
At a glance
| Type | bigint |
| Group | Fundamentals |
| Category | Cash flow |
| Unit | USD |
| Update cadence | post-close daily |
| Universe | all tickers |
| History | none — live row only, not historized (no as-of reads) |
| Nullable | yes — NULL where not applicable |
Cash-flow-statement lines and free cash flow.
Query it
Every applicable form factor, grouped by endpoint family. Swap YOUR_KEY for the value from /dashboard/keys. Response payloads are real captures, sampled 2026-08-18 and trimmed — your run's values and dates will differ.
Use scan /v2/scan
The whole market through a WHERE clause — this signal composed freely with any other column. Docs →
Live — the whole market, ranked by this column
curl -G "https://api.tickerbot.io/v2/scan" \
--data-urlencode "q=net_cash_flow_continuing IS NOT NULL" \
-d "order=net_cash_flow_continuing" -d "columns=net_cash_flow_continuing" \
-H "Authorization: Bearer YOUR_KEY"Response (sampled 2026-08-18, trimmed)
{
"as_of": "2026-08-18T00:24:45.875Z",
"query": {
"q": "net_cash_flow_continuing IS NOT NULL",
"limit": 2,
"order": "net_cash_flow_continuing",
"dir": "desc",
"fields": [
"net_cash_flow_continuing"
],
"full": false,
"universe": null,
"asset_class": null
},
"count": 0,
"results": []
}Same grammar on scan and webhooks. This column is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.