Metadata-Version: 2.4
Name: friday-framework-finance
Version: 0.1.0a0
Summary: Financial data provider integration for Friday Agent Framework
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-finance
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: massive
Description-Content-Type: text/markdown

# Friday Finance

This package provides financial data integration for the Friday Agent Framework.

## Install

```bash
pip install friday-framework-finance
```

## Import Package

```python
import friday_finance
```

## Providers

### Massive (Massive Agent Core)
A robust, asynchronous wrapper for the Massive API, designed for AI agents.

- **Equities**: Stock data with market-day resolution.
- **Crypto**: Real-time cryptocurrency snapshots.
- **Indicators**: Technical analysis (SMA, RSI, Trend).
- **Governor**: Tier-sensitive rate limiting.

## License

MIT
