Data & Screens
Last updated
Only works for paying subscribers, purchase your API key here.
import sovai as sov
sov.token_auth(token="add_your_subscriber_token_here")To use Sovai's python module you can install sovai.
pip install sovai[full]The best way to familiarize yourself with this powerful library is to head straight to the tutorial section.
If you only want to download data into pandas please use the much lighter package.
pip install sovaiimport sovai as sov
sov.data("query")Equity Datasets - Data on publicly traded companies.
Economic Datasets - Data for economic forecasting.
Sectorial Datasets - Sector-specific data for predictive insights.
The fastest way to get help is to email us at d.snow@sov.ai for support.
We also have a pretty active Linkedin page.
🎉 For future use, star our GitHub repository (click the star button on the top right corner)
Last updated