apple stock price

Calling: search_ticker - query="Apple Inc"

Calling: load - metrics=["close"], tickers=["AAPL"] DataFrame 1 OK aapl_price (1255 rows)

Calling: show - rows=10, dataframe_id=1 Blob 1 DataFrame 1 OK aapl_price (1255 rows)

Calling: compute - code="result = df_1.sort_values(by='date', ascending=False)", dataframe_ids=[1] DataFrame 2 OK result_2 (1255 rows)

Apple Inc. (AAPL) closing stock prices for the most recent trading days.

date close
2026-05-29 312.06
2026-05-28 312.51
2026-05-27 310.85
2026-05-26 308.33
2026-05-22 308.82
2026-05-21 304.99
2026-05-20 302.25
2026-05-19 298.97
2026-05-18 297.84
2026-05-15 300.23
New