Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import osfrom ouro import Ouro# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))dataset_id = "0196593a-feed-725f-bae3-53f1391b5242"# Retrieve dataset metadatadataset = ouro.datasets.retrieve(dataset_id)print(dataset.name, dataset.visibility)# Load the dataset as a Pandas DataFramedf = ouro.datasets.query(dataset_id)print(df.head())
housing-report-april-2025
4 columns, 915 rows
Loading compatible actions...
Loading comments...
Observed and forecasted housing market data for April 2025. Includes monthly data and forecasts projecting 12 months into the future.