Skip to content

A Tool that feeds price into the RESTful API AssetVision

Notifications You must be signed in to change notification settings

Magnum35puc/API_Price_feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset Vision API Price Feeder

This project aims to regularly update asset price data in the AssetVIsion MongoDB Atlas through the dedicated RESTful FastAPI.

Requirements

  • schedule
  • requests

How to run the API Price feeder

  1. Clone this repository to your local machine.
  2. Install the required packages by running pip install -r requirements.txt.
  3. Setup your API Adress in feed_crypto_prices.py
  4. Launch the Price feeder using the command python feed_crypto_prices.py.

Price Data

The data comes from :

  • For Cryptocurrencies: The price data comes from CryptoCompare.

  • For others: WIP.

Security

The API uses JSON Web Tokens (JWT) for authentication.

Database

The API uses MongoDB Atlas for storing its data.

About

A Tool that feeds price into the RESTful API AssetVision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages