# income_tax_expense_benefit_deferred

Deferred portion of income tax. Rare line item.

A bigint signal column on the Tickerbot computed state table (20,798+ ticker rows) — computed by the platform, queryable by bare name across the API. Values are NULL on rows the signal doesn't apply to.

- Group: Fundamentals
- Category: Income statement
- Type: bigint
- Unit: USD
- Update cadence: post-close daily
- Universe: all tickers
- History: none — live row only, not historized (no as-of reads for this column)
- Nullable: yes

## Query it

Every applicable form factor, grouped by endpoint family. 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. (https://tickerbot.io/docs/endpoints/scan.md)

#### Live — the whole market, ranked by this column

```bash
curl -G "https://api.tickerbot.io/v2/scan" \
  --data-urlencode "q=income_tax_expense_benefit_deferred IS NOT NULL" \
  -d "order=income_tax_expense_benefit_deferred" -d "columns=income_tax_expense_benefit_deferred" \
  -H "Authorization: Bearer YOUR_KEY"
```

Response (sampled 2026-08-18, trimmed):

```json
{
 "as_of": "2026-08-18T00:24:16.189Z",
 "query": {
  "q": "income_tax_expense_benefit_deferred IS NOT NULL",
  "limit": 2,
  "order": "income_tax_expense_benefit_deferred",
  "dir": "desc",
  "fields": [
   "income_tax_expense_benefit_deferred"
  ],
  "full": false,
  "universe": null,
  "asset_class": null
 },
 "count": 0,
 "results": []
}
```

## Related signals (Income statement)

- [basic_earnings_per_share](https://tickerbot.io/docs/signals/basic_earnings_per_share.md)
- [benefits_costs_expenses](https://tickerbot.io/docs/signals/benefits_costs_expenses.md)
- [cost_of_revenue](https://tickerbot.io/docs/signals/cost_of_revenue.md)
- [costs_and_expenses](https://tickerbot.io/docs/signals/costs_and_expenses.md)
- [diluted_eps_ttm](https://tickerbot.io/docs/signals/diluted_eps_ttm.md)
- [earnings_growth_yoy](https://tickerbot.io/docs/signals/earnings_growth_yoy.md)
- [ebitda](https://tickerbot.io/docs/signals/ebitda.md)
- [eps](https://tickerbot.io/docs/signals/eps.md)
- [gross_profit](https://tickerbot.io/docs/signals/gross_profit.md)
- [gross_profit_ttm](https://tickerbot.io/docs/signals/gross_profit_ttm.md)
- [income_loss_from_continuing_operations_after_tax](https://tickerbot.io/docs/signals/income_loss_from_continuing_operations_after_tax.md)
- [income_loss_from_continuing_operations_before_tax](https://tickerbot.io/docs/signals/income_loss_from_continuing_operations_before_tax.md)
- [income_tax_expense_benefit](https://tickerbot.io/docs/signals/income_tax_expense_benefit.md)
- [net_income_loss](https://tickerbot.io/docs/signals/net_income_loss.md)
- [net_income_loss_attributable_to_noncontrolling_interest](https://tickerbot.io/docs/signals/net_income_loss_attributable_to_noncontrolling_interest.md)

---

Full catalog: https://tickerbot.io/docs/signals.md · Schema: https://tickerbot.io/docs/schema.md · Interactive: https://tickerbot.io/explore?signal=income_tax_expense_benefit_deferred · HTML: https://tickerbot.io/docs/signals/income_tax_expense_benefit_deferred/
