Code Monkey home page Code Monkey logo

ticker's Introduction

Ticker

This application shows market news, major stock indexes, and trending stocks.

Description

For staying updated on market news and popular stocks. You can search for domestic and international stocks, bonds, ETFs, mutual funds, cryptocurrencies, and FX rates. Users can save and track their favorite securites.

Tech Stack

Backend: Python 3, PostgreSQL, Flask, SQLAlchemy, Jinja

Frontend: JavaScript, jQuery, HTML 5, CSS 3, Bootstrap

APIs: Yahoo Finance API, YH Finance AP, News API

Installation

Prerequisites Python3 and pip3 should be installed on the target machine. API keys for Yahoo Finance API, YH Finance API, and News API are required.

How to run Ticker Clone this repo: git clone https://github.com/Laurens-GitHub/Ticker.git

Create a virtual environment (Optional):

pip3 install virtualenv
virtualenv env
source env/bin/activate

Install all dependencies:

pip3 install -r requirements.txt

Place your API keys in a secrets.sh file:

export YAHOO_KEY="your Yahoo API key"
export RAPID_KEY="your YH Finance API key"
export NEWS_KEY="your News API key"

Create the database:

createdb markets
python3 seed_database.py

Initiate the server locally with python3 server.py

About the Author

Lauren Edwards is a software engineer based in New York City. Her love of economics and personal finance led her to build Ticker as her capstonce project for Hackbright academy

ticker's People

Contributors

laurens-github avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.