Financial-data-history-fetcher-API

Financial data history fetcher

This project is an API that allow you to get crypto history from KuCoin Exchange. No mater the timeframe, you are not limited to 1500 records per call. The fetch operation is done using timestamp windowing and multithreading.
With that tool you can have a lot of data for backtesting your strategies, training you Machine Learning models or even discover Data Science.
The API is in Python with Fast API and uses the KuCoin API SDK.

Setting up the project

With Containers

Docker compose

First clone the project :

git clone https://github.com/BaptisteZloch/Financial-data-history-fetcher-API.git

The docker compose file in already ready to and build and launch the app however you can change the volume, network and environnement variables parts.
Run the building process and run the project just execute :

docker compose up --build

Kubernetes

Soon available

Without containers

First clone the project :

git clone https://github.com/BaptisteZloch/Financial-data-history-fetcher-API.git

Then install all the dependencies

poetry install

To conclude execute this command to run the API :

poetry run start

Visit original content creator repository
https://github.com/BaptisteZloch/Financial-data-history-fetcher-API

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *