Links

Get data from API

Tags: #cityfalcon #news #opendata #snippet #investors #dataframe
Author: Jeremy Ravenel
Description: This notebook provides a guide to using the Cityfalcon API to access data.

Input

Import library

from naas_drivers import cityfalcon

Variable

API_KEY = "YOUR_API_KEY"

Model

Connect to cityfalcon

CF = cityfalcon.connect(API_KEY).get("TSLA")

Output

Display result

CF
Last modified 1mo ago