Skip to content

Example of Stock Charts using SwiftUICharts and SwiftYFinance

Notifications You must be signed in to change notification settings

pablogeek/StockChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockChart

Example of Stock Charts using SwiftUICharts and SwiftYFinance

Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-02-19.at.14.13.54.mp4

Architecture

The architecture is MVVM (Model-View-ViewModel).

MVVM is an architecture pattern used in software development to separate the user interface (UI) from the business logic of an application. The MVVM pattern has become increasingly popular in recent years.

It is specially important to implement the right architecture also for testing purposes.

Libraries

It integrates two libraries:

  • SwiftUICharts: Open-source library for creating customizable and interactive charts and graphs in SwiftUI
  • SwiftYFinance: Open-source library for fetching financial data from Yahoo Finance in Swift

About

Example of Stock Charts using SwiftUICharts and SwiftYFinance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages