- Basic Swift iOS app to track stocks ⚡
- Data providers supported:
Finnhub
,Tiingo
,IEX Cloud
🙏
- iOS 13
- Get a data provider free API key
- Xcode: Set the API key in the provider file, for example
Finnhub.swift
private extension Finnhub {
static let apiKey = "<your API key>"
- Xcode: Set the provider in
MyStocksViewController.swift
class MyStocksViewController: UIViewController {
// ...
private let provider: Provider = .finnhub
- Xcode: CMD R
This project is available under the MIT license. See the LICENSE file for more info.