Project Details

This is a small Telegram Bot that can help understanding investments and trading better and could be useful in a chat group about finance. It can suggest some books to read about investments and trading, and provides a download link to get their PDF versions. It can also suggest some website to follow to read some news or discuss about finance, and also some tools to help trading better.

You can ask the bot if some exchange is open today and at what time. It can also show some charts and explanation about, for example, the historic performance of the S&P 500 or visualize the differences between low and high TER founds, to better undestand which ones to choose. More features will be added in the future.

Information

Date:

January 30, 2021

Source Code:

github.com

Function:

Developer

Technologies:
  • python
Availability:
#

Architecture and Technologies

The bot is coded with Python using the Python Telegram Bot library. The charts are generated with matplotlib, while the financial data and tools is provided by yfinance and pandas. The lists of books and websites are loaded from some csv files.

The bot is deployed on my Raspberry Server, packaged in a Docker container compiled for ARM architecture.