price_to_cash_flow
Current price ÷ operating cash flow per share. Less manipulable than P/E.
At a glance
| Type | numeric |
| Group | Fundamentals |
| Category | Valuation |
| Update cadence | post-close daily |
| Intervals | 1d |
| Universe | all tickers |
| History | full · since 2010 |
| Nullable | yes — NULL where not applicable |
Metrics crossing market price with financials — cap, EV, multiples, yield, beta — plus the size/style tags they own (cap tiers, beta tags, value_stock).
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 signals /v2/signals/{signal}
One signal across the market: who matches now, who matched then, and a push when someone starts. Docs →
curl -G "https://api.tickerbot.io/v2/signals/price_to_cash_flow" \
--data-urlencode "condition=> 84.85" \
-H "Authorization: Bearer YOUR_KEY"{
"as_of": "2026-08-18T00:25:23.701Z",
"signal": "price_to_cash_flow",
"condition": "> 84.85",
"universe": null,
"count": 2,
"results": [
{
"ticker": "TPCS",
"name": "Techprecision Corporation",
"value": 10083.48
},
{
"ticker": "EGBN",
"name": "Eagle Bancorp Inc",
"value": 4823.84
}
]
}curl -G "https://api.tickerbot.io/v2/signals/price_to_cash_flow" \
--data-urlencode "condition=> 84.85" \
-d "asof=2026-05-20" \
-H "Authorization: Bearer YOUR_KEY"{
"as_of": "2026-05-20",
"signal": "price_to_cash_flow",
"condition": "> 84.85",
"universe": null,
"count": 2,
"results": [
{
"ticker": "FCAP",
"name": "First Capital Inc",
"value": 9101.110419566514
},
{
"ticker": "TPTA",
"name": "Terra Property Trust, Inc. 6.00% Notes due 2026",
"value": 7964.877005946135
}
]
}curl -X POST "https://api.tickerbot.io/v2/signals/price_to_cash_flow/subscribe" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"condition": "> 84.85", "target_url": "https://example.com/hooks/tickerbot"}'Returns 201 with the created webhook — the same shape as GET /v2/webhooks/{id}, plus a one-time signing_secret for HMAC verification.
Use scan /v2/scan
The whole market through a WHERE clause — this signal composed freely with any other column. Docs →
curl -G "https://api.tickerbot.io/v2/scan" \
--data-urlencode "q=price_to_cash_flow IS NOT NULL" \
-d "order=price_to_cash_flow" -d "columns=price_to_cash_flow" \
-H "Authorization: Bearer YOUR_KEY"{
"as_of": "2026-08-18T00:25:26.458Z",
"query": {
"q": "price_to_cash_flow IS NOT NULL",
"limit": 2,
"order": "price_to_cash_flow",
"dir": "desc",
"fields": [
"price_to_cash_flow"
],
"full": false,
"universe": null,
"asset_class": null
},
"count": 2,
"results": [
{
"ticker": "TPCS",
"name": "Techprecision Corporation",
"asset_class": "stocks",
"asset_type": "CS",
"price": 6.235,
"day_change_pct": 0.0409,
"gap_pct": null,
"relative_volume": 1.4443,
"market_cap": 60500862,
"price_to_cash_flow": 10083.48
},
{
"ticker": "EGBN",
"name": "Eagle Bancorp Inc",
"asset_class": "stocks",
"asset_type": "CS",
"price": 28.55,
"day_change_pct": -0.0087,
"gap_pct": -0.0056,
"relative_volume": null,
"market_cap": 877938422,
"price_to_cash_flow": 4823.84
}
]
}curl -G "https://api.tickerbot.io/v2/scan" \
--data-urlencode "q=price_to_cash_flow IS NOT NULL" \
-d "order=price_to_cash_flow" -d "columns=price_to_cash_flow" \
-d "asof=2026-05-20" \
-H "Authorization: Bearer YOUR_KEY"{
"as_of": "2026-05-20",
"query": {
"q": "price_to_cash_flow IS NOT NULL",
"asof": "2026-05-20",
"interval": "auto",
"limit": 2,
"order": "price_to_cash_flow",
"dir": "desc",
"fields": [
"price_to_cash_flow"
],
"full": false,
"universe": null,
"asset_class": null
},
"count": 2,
"results": [
{
"ticker": "FCAP",
"name": "First Capital Inc",
"asset_class": "stocks",
"asset_type": "CS",
"price": 54.65,
"day_change_pct": -0.45537340619307837,
"gap_pct": 0.20036429872495343,
"relative_volume": 1.540863451937999,
"market_cap": 182833269,
"price_to_cash_flow": 9101.110419566514
},
{
"ticker": "TPTA",
"name": "Terra Property Trust, Inc. 6.00% Notes due 2026",
"asset_class": "stocks",
"asset_type": "SP",
"price": 23.39,
"day_change_pct": 0.3862660944206002,
"gap_pct": 0.429184549356214,
"relative_volume": 0.06976744186046512,
"market_cap": 569289584,
"price_to_cash_flow": 7964.877005946135
}
]
}curl -X POST "https://api.tickerbot.io/v2/scan/subscribe" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"q": "price_to_cash_flow > 84.85", "target_url": "https://example.com/hooks/tickerbot"}'Returns 201 with the created webhook object; deliveries carry the tickers matching the condition at each evaluation.
Use series /v2/series
Its history over time, on one aligned grid. Docs →
curl "https://api.tickerbot.io/v2/series?tickers=AAPL,MSFT&columns=close,price_to_cash_flow" \
-H "Authorization: Bearer YOUR_KEY"{
"as_of": "2026-08-18T00:25:28.900Z",
"interval": "1d",
"tickers": [
"AAPL",
"MSFT"
],
"columns": [
"close",
"price_to_cash_flow"
],
"count": 6,
"series": {
"AAPL": [
{
"t": "2026-08-12",
"close": 302.25,
"price_to_cash_flow": 32.61
},
{
"t": "2026-08-13",
"close": 305.26,
"price_to_cash_flow": 31.46
},
{
"t": "2026-08-14",
"close": 305.93,
"price_to_cash_flow": 31.77
}
],
"MSFT": [
{
"t": "2026-08-12",
"close": 492.43,
"price_to_cash_flow": 20.3
},
{
"t": "2026-08-13",
"close": 496.88,
"price_to_cash_flow": 19.99
},
{
"t": "2026-08-14",
"close": 495.4,
"price_to_cash_flow": 20.17
}
]
}
}Same grammar on scan, series, and webhooks; state reads take ?asof= for point-in-time answers.