Download Investment Prices
If you are using YAFFA to track your investments, you can download the latest prices of certain investments automatically. This feature is useful to keep your investment portfolio up to date and to calculate the current value of your investments.
At the moment, the following data providers are supported.
Alpha Vantage
Alpha Vantage is a free API that provides historical and real-time data for stocks, forex, and cryptocurrencies. To use Alpha Vantage, you need to sign up for a free API key.
Once this is done, you need to edit the .env file of your deployment. Look for the ALPHA_VANTAGE_KEY variable and set it to your API key. Make sure to reload the configuration of your deployment using the appropriate Artisan command.
php artisan config:cache
Read about using the feature in the Investments section.