Skip to content
/ Stocks Public

iOS App allowing users to easily stay informed with their favorite stocks.

Notifications You must be signed in to change notification settings

stiiveo/Stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U.S. Stocks

Stay informed with your favorite stocks. 📈

Screenshots

Demo Video

Data Source (API Key Required)

To run this App, a valid API key needs to be provided. Finnhub is the data source of all stock quotes, price history and financial metrics used in this App. Registration is quick and free. Go to Finnhub and register an account to generate the api key. If you choose to apply for free tier option, API limits apply.

API Limit

Finnhub offers free–tier option with rate, data types and data quantity limits. Please refer to the documentation for detailed info.

If the API request limit is met, the error message will be printed in the console. Refer to the printed message if you found the data cannot be retrieved correctly.

API Key Installation

Place the key at the following location of the source code:

// Go to the file: stocks/Managers/APICaller.swift
// And find the following method...

final class APICaller {
private struct Constants {
static var apiKey = "PLACE-YOUR-API-KEY-HERE"
}
}

Note: If the provided key is invalid, an error message will be printed when the data request is sent.

Issue Reporting

If you any issue is encountered with this App (I'm sure there is), feel free to create an issue ticket. I'll try to fix it as soon as possible.

About

iOS App allowing users to easily stay informed with their favorite stocks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages