What's going on with NVDA right now? // tickerdb playground
Playground
Connect your agent to pre-computed market context that improves reasoning and reduces token usage.
// description
Get extensive daily or weekly snapshots for any ticker across 5 years of historical data.
// tickers
// 10,000+ more assets
// screeners
// search across 140+ fields
// history
// 5 years of history
// portfolio
// create your own watchlist
// tools
llm
mcp
get_summary(ticker="NVDA") api
https://api.tickerdb.com/v1/summary/NVDA // json
{
"ticker": "NVDA",
"timeframe": "daily",
"asset_class": "stock",
"sector": "Technology",
"data_status": "eod",
"as_of_date": "2026-04-16",
"performance": "sharp_gain",
"trend": {
"direction": "strong_uptrend",
"duration_days": 41,
"ma_alignment": "aligned_bullish",
"distance_from_ma_band": {
"ma_20": "moderately_above",
"ma_50": "far_above",
"ma_200": "far_above"
},
"volume_confirmation": "confirmed"
},
"momentum": {
"rsi_zone": "overbought",
"stochastic_zone": "overbought",
"rsi_stochastic_agreement": true,
"macd_state": "expanding_positive",
"direction": "accelerating",
"divergence_detected": false,
"divergence_type": null
},
"extremes": {
"condition": "overbought",
"days_in_condition": 3,
"historical_median_duration": 4,
"historical_max_duration": 11,
"occurrences_1yr": 5,
"condition_percentile": 86.7,
"condition_rarity": "rare"
},
"volatility": {
"regime": "above_normal",
"regime_trend": "expanding",
"squeeze_active": false,
"squeeze_days": 0,
"historical_avg_squeeze_duration": 7.4
},
"volume": {
"ratio_band": "high",
"percentile": 88.6,
"accumulation_state": "strong_accumulation",
"climax_detected": true,
"climax_type": "buying_climax",
"price_direction_on_volume": "up",
"consecutive_elevated_days": 4,
"historical_avg_elevated_streak": 1.8
},
"support_level": {
"status": "intact",
"consecutive_closes_beyond": 0,
"distance_band": "near",
"touch_count": 7,
"held_count": 6,
"broke_count": 1,
"last_tested_days_ago": 9,
"type": "ma_derived",
"ma_name": "ma_20",
"volume_at_tests_band": "above_average"
},
"resistance_level": {
"status": "approaching",
"consecutive_closes_beyond": 0,
"distance_band": "very_close",
"touch_count": 4,
"held_count": 4,
"broke_count": 0,
"last_tested_days_ago": 3,
"type": "horizontal",
"ma_name": null,
"volume_at_tests_band": "high"
},
"range_position": "upper_third",
"sector_context": {
"rsi_zone": "neutral_high",
"trend": "uptrend",
"asset_vs_sector_rsi": "stronger",
"asset_vs_sector_trend": "stronger",
"agreement": true,
"oversold_count": 0,
"overbought_count": 8,
"breakout_count": 5,
"total_count": 46,
"valuation_zone": "overvalued",
"elevated_volume_count": 9
},
"fundamentals": {
"valuation_zone": "overvalued",
"valuation_percentile": 88.4,
"pe_vs_historical_zone": "historic_high",
"pe_vs_sector_zone": "deep_premium",
"pb_vs_historical_zone": "historic_high",
"growth_zone": "high_growth",
"revenue_growth_direction": "accelerating",
"eps_growth_direction": "accelerating",
"earnings_proximity": "this_month",
"last_earnings_surprise": "big_beat",
"analyst_consensus": "strong_buy",
"analyst_consensus_direction": "upgrading",
"insider_activity": {
"zone": "moderate_buying",
"net_direction": "buying",
"quarter": "2026-Q1"
}
}
}