What problem does it solve?
Access WindPy data from Python without boilerplate. This Skill provides a robust, Python-friendly wrapper around WindPy, enabling straightforward retrieval of time-series and cross-sectional data for equities, bonds, funds, futures, and macro indicators.
Core Features & Use Cases
- Unified Python wrappers for common WindPy endpoints (wsd, wss, wset, wsq, edb, wsi, tdays, tdaysoffset) with pandas-friendly outputs.
- Automatic connection management and robust error handling, including a lightweight health() helper.
- DataFrame-first results, consistent data shapes, and easy composition into analytics pipelines.
- Real-world use cases include fetching stock prices, sector constituents, ETF data, and macro indicators across multiple instruments.
Quick Start
Install windpy-sdk, import wind_client and execute a simple query to fetch time-series data.