Google Finance, while not a dedicated app on iPhones anymore, can still be leveraged to track your investments using a few different methods that synchronize with your iOS device.
Option 1: Google Sheets and Google Drive
This method offers the most customization and control. You’ll create a spreadsheet in Google Sheets (available as a free app on your iPhone) and utilize the `GOOGLEFINANCE()` function.
- Create a Spreadsheet: Open the Google Sheets app on your iPhone and create a new spreadsheet. Name it something like “My Investments.”
- Add Ticker Symbols: In the first column (Column A), enter the ticker symbols for the stocks, ETFs, or other assets you want to track (e.g., AAPL, GOOG, MSFT). Each ticker symbol should be in its own row.
- Use the GOOGLEFINANCE() Function: In the second column (Column B), use the `GOOGLEFINANCE()` function to fetch the current price. In cell B1, you would enter `=GOOGLEFINANCE(A1)`. This pulls the current price for the ticker symbol in A1. Drag this formula down to apply it to all the ticker symbols in your list.
- Add Other Data (Optional): The `GOOGLEFINANCE()` function can also retrieve other information like the open price, high, low, volume, market cap, and more. For example, `=GOOGLEFINANCE(A1, “high”)` would retrieve the daily high for the stock in A1. Refer to Google Sheets documentation for a complete list of attributes.
- Access on iPhone: As long as you’re logged into your Google account in the Google Sheets app, your spreadsheet will automatically sync between your computer and your iPhone. Any changes you make on one device will reflect on the other.
Advantages:
- Free and accessible.
- Highly customizable – you can track exactly the information you want.
- Data is stored in a spreadsheet, allowing for advanced analysis and charting.
Disadvantages:
- Requires manual setup.
- Not a dedicated finance app with pre-built dashboards.
- Data is only updated when the spreadsheet is opened or refreshed.
Option 2: Third-Party Finance Apps with Google Finance Integration
Some third-party finance apps available in the App Store connect to Google Finance data. These apps often provide a more user-friendly interface and features like news, charts, and alerts.
- Research and Download: Search the App Store for finance apps that advertise Google Finance integration. Popular options include “Stock Quote” and similar apps. Read reviews to ensure the app is reliable and meets your needs.
- Connect Your Google Account: Follow the app’s instructions to connect your Google account. This usually involves granting the app permission to access your Google data.
- Import or Create a Portfolio: The app may allow you to import your existing Google Finance portfolio or create a new one within the app.
Advantages:
- More user-friendly interface than Google Sheets.
- Features like news, charts, and alerts.
- Automatic data updates.
Disadvantages:
- Requires trusting a third-party app with your Google account information.
- May involve a subscription fee for premium features.
- Integration with Google Finance may be limited.
Ultimately, the best method depends on your technical comfort level and desired features. If you want complete control and customization, Google Sheets is a great option. If you prefer a more streamlined and user-friendly experience, a third-party app with Google Finance integration may be a better choice. Always prioritize security and choose reputable apps from trusted developers.