Skip to content

This Python application launches a Telegram bot that retrieves financial data from any stock and returns it on command. You can even add a second portfolio and switch between them from Telegram.

License

Notifications You must be signed in to change notification settings

Julien-Sklarik/Telegram-Financial-Data-Retrieval-Bot-Julien-Sklarik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Financial Data Retrieval Bot

This bot is designed for traders who want to stay up-to-date on their portfolio and financial data. With just a few simple commands, you can retrieve the latest stock prices and track the expiration dates of your option contracts. For instance, the bot will tell if any option contracts in your selected portfolio will expire in less than 24 hours. Additionally, when you ask for a stock price, the bot will give you a reminder if any of your options on that stock are going to expire in less than 15 hours. Plus, you have the flexibility to choose your data source between Yahoo Finance or Deribit.

In addition, the bot provides a command to retrieve the total equity of your portfolio on demand. You can also switch between two portfolios at any time, which is useful for those who manage multiple accounts.

The bot is designed to handle any typing errors you may make, ensuring a smooth experience. Furthermore, if you ask for the stock price of a stock and have options that will expire in less than 15 hours, the bot will provide you with a reminder.

Commands

  • /start - Start the bot
  • /equity - Get the total equity of your portfolio
  • /deribit - Enter a ticker symbol and get the corresponding current asset price from Deribit
  • /yahoo - Enter a ticker symbol and get the corresponding current asset price from Yahoo Finance
  • /change_portfolio - Switch between portfolios
  • /help - Display this message

About

This Python application launches a Telegram bot that retrieves financial data from any stock and returns it on command. You can even add a second portfolio and switch between them from Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages