Skip to content

Stock real-time pricing app using RxSwift and Realm

Notifications You must be signed in to change notification settings

yentzu-wang/RxStockDemo

Repository files navigation

RxStockDemo

About

It is a demonstration of RxSwift and Realm with MVVM design pattern. Stock tickers are real-time updated during NYSE market opens.

Because it is only a demonstration of a real-world scenario using RxSwift with MVVM, I focus on the minimal function sets of a stock ticker app rather than fancy user interface design and redundant functionalities.

  • Candlestick charts included.

How to use

To own your api keys, please go to: https://www.alphavantage.co/ to claim as many keys as you want (because each key has its frequency limitations). You also need to create an array holding api keys - apiKeys: [String] during api services calling.

Api references:

Thank

Thank you RxSwift and Realm teams!

You guys make iOS developers' lifes much easier. :)

About

Stock real-time pricing app using RxSwift and Realm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published