Last updated:
0 purchases
prognosis 0.0.91
This Python module provides a python wrapper around the API of Econdb.com.
You can also find Econdb on Github
Usage example
from prognosis import Country
germany = Country('DE')
### National Accounts
nac = germany.national_accounts()
### Consumer and producer prices
prices = germany.prices()
### Government accounts
gov = germany.government_accounts()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.