Metadata-Version: 2.1
Name: fmp-api-client
Version: 0.0.1
Summary: Financial Modeling Prep API, Supports both sync and async
Author: Stephen Yau
Author-email: softwareentrepreneer+fmp-api-client@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# fmp-api-client

Python client for the [Financial Modeling Prep API v2](https://site.financialmodelingprep.com/developer/docs/stable#search-symbol)


## Installation

```bash
poetry add fmp-api-client
```

