Frequently Asked Questions

General Questions

Q: Can I use Wealthfolio on multiple devices?

A: Wealthfolio is a desktop application, so it's designed to be used on a single computer. However, you can export your data and import it on another device if needed.

Q: What symbols and stock markets are supported?

A: Wealthfolio uses Universal Symbol objects, which can be identified by either a ticker or a Universal Symbol ID. When you input a ticker, the system returns the first matching result. We primarily adhere to the Yahoo Finance ticker format for consistency and accuracy.

Here are some examples to illustrate the ticker format:

  • For stocks traded on the Toronto Stock Exchange (TSX), append .TO to the ticker. For instance, RY.TO for Royal Bank of Canada.
  • For stocks traded on the London Stock Exchange (LSE), use .L at the end. For example, HSBA.L for HSBC Holdings.
  • Stocks traded on NASDAQ or NYSE typically don't require a suffix. For example, AAPL for Apple Inc.

To ensure the most accurate results, always use the ticker with the appropriate suffix for the exchange where the security is traded. For comprehensive information about market coverage and potential data delays, please consult the Yahoo Finance Market Coverage documentation.

Data and Security

Q: Where is my data stored?

A: All your financial data is stored locally in an SQLite database on your computer. Wealthfolio does not use cloud storage or send your data to any servers. Database file is located at:

  • on Windows, your data is stored in %APPDATA%\Wealthfolio (usually C:\Users\<Your Username>\AppData\Roaming\com.teymz.wealthfolio)
  • on macOS, your data is stored in ~/Library/Application Support/com.teymz.wealthfolio/
  • on Linux, your data is stored in ~/.local/share/com.teymz.wealthfolio/

You can also export your data as a CSV or JSON file, which can be imported into other financial software.

Q: Does Wealthfolio track my usage or collect any data?

A: No, Wealthfolio does not track your usage or collect any data. Your financial data is stored locally on your computer and is not shared with anyone. The only interaction with external services our application has are:

  • Market Data: Information related to stock prices, which is fetched from Market data Providers.
  • Updater Data: Information related to checking for new versions and downloading updates to the application.

Features and Usage

Q: Can Wealthfolio automatically update stock prices?

A: Yes, Wealthfolio can fetch current market prices for stocks and many other assets. You can also manually update prices if you prefer.

Q: Does Wealthfolio support cryptocurrency tracking?

A: Absolutely! You can track a wide range of cryptocurrencies alongside traditional investments like stocks and bonds.

Q: Can I import data from other financial software or spreadsheets?

A: Wealthfolio supports importing data in CSV format. Check our User Guide for detailed instructions on how to format your data for import.

Troubleshooting

Q: My portfolio is not updating. What can I do?

A: Try the following:

  1. Ensure you're running the latest version of Wealthfolio.
  2. Restart the application.
  3. Check your internet connection.
  4. Try triggering a manual update by clicking on the "Update Portfolio" button when you hover over the portfolio total value in the home page.

Q: I'm getting errors when importing data. What can I do?

A: If you're getting errors when importing data, please check the following:

  1. Ensure your data is in the correct CSV format (comma-separated values, no quotes, or spaces).
  2. Check the first line of your CSV file to ensure it matches the column names:
date,symbol,quantity,activityType,unitPrice,currency,fee

3- Check the stock symbol you're trying to buy or sell. It must be a valid symbol. You can look it up on Yahoo Finance or any other stock screener. 4. Make sure you're using the correct delimiter for your data (comma). 5. Check for any hidden characters or formatting issues in your data file.