Published
Edited
Nov 26, 2019
1 fork
Insert cell
md`# Sample json Data`
Insert cell
md`this notebook queries the Alpha Vantage API for time series data of the SnP (SPY) stock`
Insert cell

response = await fetch("https://www.alphavantage.co/query?function=TIME_SERIES_MONTHLY_ADJUSTED&symbol=.INX&apikey=A0LBACYTDMMVM3IO")

Insert cell
json_data = response.json()
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more