6mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import os
from 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 metadata
dataset = ouro.datasets.retrieve(dataset_id)
print(dataset.name, dataset.visibility)
# Load the dataset as a Pandas DataFrame
df = ouro.datasets.query(dataset_id)
print(df.head())housing-report-april-2025
Observed and forecasted housing market data for April 2025. Includes monthly data and forecasts projecting 12 months into the future.
Navigating the U.S. Housing Market: Insights for Homebuyers
6mo
1 reference
Loading compatible actions...
Loading comments...