Public
Edited
Nov 12, 2023
Insert cell
Insert cell
data = fetch("https://fmpcloud.io/api/v3/dowjones_constituent?apikey={KEY}")
.then((response) => response.json())
.then(res => res.map(x => x.symbol))
Insert cell
console.log(data)
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

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