SkillAgentSearch skills...

DivRise

Visualize your dividend growth. DivRise tracks dividend prices of your stocks, gives you in-depth information about dividend paying stocks like the next dividend date and allows you to log your monthly dividend income.

Install / Use

/learn @ThasianX/DivRise
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DivRise

DivRise is an iOS app written in Pure SwiftUI that tracks dividend prices of your stocks, gives you in-depth information about dividend paying stocks like the next dividend date and allows you to log your monthly dividend payments.

Architecture: Single State Redux Container

Getting Started

Prerequisites

Xcode 11 will install all necessary dependencies through Swift Package Manager.

Installing

Create a configuration file for your API keys called Configuration.swift in Dividend App/Networking/ with the following template:

struct Configuration {
    let alphaVantageApiKey = ""
    let newsApiKey = ""
    let iexApiKey = ""
}

Create an AlphaVantage api key and save your API key to Dividend App/Networking/Configuration.swift.

Create a NewsAPI api key and save your API key to Dividend App/Networking/Configuration.swift.

Create an IEX Cloud api key and save your API key to Dividend App/Networking/Configuration.swift.

Open Dividend App.xcodeproj and run

Built With

Contributing

  • If you find a bug, or would like to suggest a new feature or enhancement, it'd be nice if you could search the issue tracker first; while we don't mind duplicates, keeping issues unique helps us save time and considates effort. If you can't find your issue, feel free to file a new one.

License

This project is licensed under the MIT License - see the LICENSE file for details

Screenshots

<img src="./AppPhotos/menu.png" height="500"> <img src="./AppPhotos/portfolio.png" height="500"> <img src="./AppPhotos/sort.png" height="500"> <img src="./AppPhotos/details.png" height="500"> <img src="./AppPhotos/details-attribute.png" height="500"> <img src="./AppPhotos/details-news.png" height="500"> <img src="./AppPhotos/safari.png" height="500"> <img src="./AppPhotos/info.png" height="500"> <img src="./AppPhotos/info-edit.png" height="500"> <img src="./AppPhotos/starting-div-edit.png" height="500"> <img src="./AppPhotos/sectors.png" height="500"> <img src="./AppPhotos/add-stocks.png" height="500"> <img src="./AppPhotos/tracker.png" height="500"> <img src="./AppPhotos/position-details.png" height="500"> <img src="./AppPhotos/position-details-edit.png" height="500"> <img src="./AppPhotos/schedule.png" height="500"> <img src="./AppPhotos/income.png" height="500"> <img src="./AppPhotos/income-add.png" height="500"> <img src="./AppPhotos/settings.png" height="500"> <img src="./AppPhotos/settings-attribute-order.png" height="500">

Related Skills

View on GitHub
GitHub Stars103
CategoryDevelopment
Updated2mo ago
Forks22

Languages

Swift

Security Score

95/100

Audited on Jan 28, 2026

No findings