Skip to content

A stock app that provides financial news and data. Powered by Alpha Vantage, Financial Modeling Prep, Newsdata.io, and Firebase.

Notifications You must be signed in to change notification settings

ashetty2308/StockifyProject

Repository files navigation

Stockify

Stockify is an android application that allows those who are new to the stock world to dip their feet into the trading & investment world.

Built with: Alpha Vantage, Financial Modeling Prep, Newsdata.io, and Firebase.

Features:

  • The latest stock market headlines and stories, so you can keep up with all of the buzzing news on Wall Street.
  • Ticker Symbol Search Feature: users can search by company names (i.e.; Starbucks, Microsoft, Target, Apple, etc.) to get a list of possible ticker symbols (SBUX, MSFT, TGT, AAPL, etc.)
  • Users can also search for any stock they want by the ticker symbol. After doing this, the user will have a generated graph, which depicts a 2 day trend of the stock they are interested in (compares yesterday's high to today's current price of the stock).
    • It's color coded, so the user can see if it is a positive trend (green), or negative trend (red)
  • Users can save any news headlines that they want.
  • These articles are connected to firebase, and the saved headlines are displayed in the "Saved" section of the app, where a list of all the headines saved will appear.

GraphView: https://github.com/jjoe64/GraphView


Splash Screen:


Home Screen (Headlines):


News Activity Example:

In the top right, there is a Floating Action Button, which users can click to save the headline displayed.

Note that the image loaded at the top is either a generic wall street image, or the actual image used by the news article. However, sometimes the Newsdata.io API doesn't provide the image URL, so I can't load anything with Picasso. In that case, I load a generic wall street image.

Piccaso: https://square.github.io/picasso/


Ticker Search:


Stock Data Search:

(Note that this search is not case-sensitive, so users can type in all lowercase if they want)


Firebase:

About

A stock app that provides financial news and data. Powered by Alpha Vantage, Financial Modeling Prep, Newsdata.io, and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages