Trying out Swift for the first time. Apple Vision Pro example app built with SwiftUI + visionOS SDK.
It uses CoinGecko API for crypto data and AlphaVantage API for stocks data. Both are free but rate limited.
Features:
- List most actively traded stocks + top market cap crypto assets.
- View stock/crypto details with 7d timeseries chart.
brew bundle
Then open StonksPro.xcodeproj
in Xcode 15+ and run the app.
Obtain a free AlphaVantage API key from https://www.alphavantage.co/support/#api-key (note: free API key is limited to 5 API calls per minute and 500 calls per day).