Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through a type-safe, async-ready Python interface.
- Type-safe API client with full type hints and Pydantic models
- Async/await support for high-performance applications
- Table ingestion with simplified Parquet file uploads
- Streaming support for memory-efficient processing of large result sets
- Financial AI Agent integration for natural language queries
- Comprehensive error handling with typed exceptions
# Basic installation
pip install robosystems-client
# With table ingestion support (for uploading Parquet files)
pip install robosystems-client[tables]
# All optional features
pip install robosystems-client[all]This project is licensed under the MIT License - see the LICENSE file for details.
MIT © 2025 RFS LLC