Reporting annual cumulative returns on multiple assets in Python
Learn how to process multiple financial assets and include them in a report highlighting each asset's annual performance.
Read storyPractical tutorials on applying algorithms to data from any industry.
Learn how to process multiple financial assets and include them in a report highlighting each asset's annual performance.
Read storyLearn how to automate trading strategies by programming buy and sell orders with Python using the Alpaca API.
Read storyLearn to statistically analyze the stock performance of a company with Python.
Read storyLearn to integrate a Machine Learning model into an investment strategy and evaluate its performance using the backtesting.py library with Python.
Read storyPython tutorial to unstack the row categories into columns (long to wide table) to later create a heat matrix.
Read storyAn quick example on how to use ChatGPT programmatically with Python.
Learn how to calculate the components of a solar self-consumption simulation to find the optimal power of solar panels to install.
Explore Spain's energy price spreads, market share, and key fluctuations with detailed charts and data insights.
Discover how to analyze and visualize MIBGAS contract prices using Pandas and Matplotlib. This tutorial guides you through data filtering, date handling, and interpolation techniques.
Which library should you use for data visualization in Python? Matplotlib, Seaborn, or Plotly? Learn the main differences between them and when to use each one.
Learn how to process multiple financial assets and include them in a report highlighting each asset's annual performance.
Using Bollinger Bands, we can create a trading strategy to buy and sell stocks based on the market's moving volatility.
Learn how to automate trading strategies by programming buy and sell orders with Python using the Alpaca API.