Public
Edited
Aug 26, 2024
Fork of Kalshi Data
Insert cell
Insert cell
Insert cell
[timestamp, url] = generateLatestDataUrl();

data = fetch(url)
.then(response => response.json())
.catch(error => {
console.error("Error fetching data:", error);
return null;
});

// Usage example
Promise.all([Promise.resolve(timestamp), data])
.then(([fetchedTimestamp, fetchedData]) => {
console.log("Timestamp:", fetchedTimestamp);
console.log("Data:", fetchedData);
})
.catch(error => {
console.error("Error:", error);
});
Insert cell
Insert cell
Insert cell
Inputs.table(search, {})
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