All Projects → dkhamsing → stocks

dkhamsing / stocks

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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to stocks

fhub
Python client for Finnhub API
Stars: ✭ 31 (-3.12%)
Mutual labels:  finnhub
finnhub-go
Finnhub Go API client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
Stars: ✭ 53 (+65.63%)
Mutual labels:  finnhub
finnhub-js
Finnhub Javascript API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
Stars: ✭ 35 (+9.38%)
Mutual labels:  finnhub

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].