nvidia stock price
nvidia stock price
Calling: search_ticker
- query="NVIDIA"
Calling: load
- metrics=["adjusted_close"], tickers=["NVDA"]
DataFrame 156
OK nvda_price (1255 rows)
Calling: show_chart
- title="NVIDIA Stock Price (NVDA)", series=["adjusted_close"], dataframe_id=156
Blob 73
DataFrame 156
OK nvda_price (1255 rows)
The following chart displays the adjusted closing price for NVIDIA Corporation (NVDA) over the last 5 years.
add intel too
Calling: search_ticker
- query="Intel"
Calling: load
- metrics=["adjusted_close"], tickers=["NVDA", "INTC"]
DataFrame 157
OK nvda_intc_price (1255 rows)
Calling: show_chart
- title="NVIDIA (NVDA) vs. Intel (INTC) Stock Price", series=["adjusted_close"], dataframe_id=157
Blob 74
DataFrame 157
OK nvda_intc_price (1255 rows)
Calling: compute
- dataframe_ids=[157], code="df_157['date'] = pd.to_datetime(df_157['date'])\nresult = df_157.pivot(index='date', columns='ticker', values='adjusted_close')"
DataFrame 158
OK result_158 (1255 rows)
Calling: show
- dataframe_id=157, rows=100
Blob 75
DataFrame 157
OK nvda_intc_price (1255 rows)
Calling: load
- tickers=["INTC"], metrics=["adjusted_close"]
Error: No local daily prices found for requested tickers/date range
Calling: search_ticker
- query="Intel Corp"
Calling: load
- start_date="2025-06-09", tickers=["INTC"], metrics=["adjusted_close"]
Error: No local daily prices found for requested tickers/date range
Calling: show_chart
- title="NVIDIA Stock Price (NVDA)", series=["adjusted_close"], dataframe_id=156
Blob 76
DataFrame 156
OK nvda_price (1255 rows)
The chart below displays the adjusted closing price for NVIDIA (NVDA) over the last 5 years. I am currently unable to retrieve historical price data for Intel (INTC).