Skip to content

andrisgauracs/react-simple-stock-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple stock chart finder and display

Screenshot

This sample project provides the ability to search for individual stocks and display their financial data charts for different time periods.


Demo

https://andrisgauracs.github.io/react-simple-stock-charts/

Libraries used

API providers

Installation

$ yarn

Run the project

$ yarn start

Live mode / demo mode

By default the app runs with demo data provided in the project. To switch to live mode, you need to retrieve the API keys from the two API providers mentioned, and replace them in the config.ts file:

export const ALPHA_VANTAGE_API_KEY = "{YOUR_API_KEY}";
export const FINANCIAL_MODELING_PREP_API_KEY = "{YOUR_API_KEY}";

License

MIT

About

A simple stock chart implementation using React and hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published