Metadata-Version: 2.1
Name: finclaw
Version: 0.0.2
Summary: 
Author: bobrinik
Author-email: bobrinik@pm.me
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: google-cloud-storage (>=2.10.0,<3.0.0)
Requires-Dist: matplotlib (>=3.6.3,<4.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: pyarrow (>=10.0.1,<11.0.0)
Requires-Dist: pydantic[dotenv] (>=1.10.4,<2.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/markdown

# Finclaw

Finclaw is a dedicated tool designed to fetch and
update price data for various assets from multiple vendors.
It has been designed to provide uniform data interface across multiple vendors.

### Vendors supported

- Finnhub
- FMP
- TwelveData

### Example usage

```bash
finclaw grab --start 2023-08-13 --end 2023-09-04 --frequency 1 --include-information p --vendor fmp --market TO
```
