Skip to content

📈 Basic iOS app to track stocks (data from Finnhub, Tiingo, or IEX Cloud)

License

Notifications You must be signed in to change notification settings

dkhamsing/stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Stocks

  • Basic Swift iOS app to track stocks ⚡
  • Data providers supported: Finnhub, Tiingo, IEX Cloud 🙏

Requirements

  • iOS 13

Getting Started

  1. Get a data provider free API key
  2. Xcode: Set the API key in the provider file, for example Finnhub.swift
private extension Finnhub {

    static let apiKey = "<your API key>"

  1. Xcode: Set the provider in MyStocksViewController.swift
class MyStocksViewController: UIViewController {

    // ...

    private let provider: Provider = .finnhub
  1. Xcode: CMD R

Credits

Contact

License

This project is available under the MIT license. See the LICENSE file for more info.

About

📈 Basic iOS app to track stocks (data from Finnhub, Tiingo, or IEX Cloud)

Topics

Resources

License

Stars

Watchers

Forks

Languages