Get your free API key to start using our data.
You can find your API key on your account settings page.
The Flyshare is free but you must have a API key in order to download data. To get your own API key, you will need to create a free account and set your API key.
After importing the Flyshare module, you can set your API key with the following command:
flyshare.ApiConfig.api_key = "YOURAPIKEY"
Flyshare has a vast collection of free and open data collected from a variety of organizations: central banks, governments, multinational organizations and more.
To install pyfolio, run:
pip install flyshare
import flyshare
A good way to get started is to run the flyshare examples in a Jupyter notebook. To do this, you first want to start a Jupyter notebook server:
jupyter notebook
From the notebook list page, navigate to the pyfolio examples directory and open a notebook. Execute the code in a notebook cell by clicking on it and hitting Shift+Enter.
If you find a bug, feel free to open an issue in this repository.
For a list of core developers and outside collaborators, see the GitHub contributors list