Skip to content

The application displays the last years financial records from the most important companies in the word. It is built using react and redux and it feeds from the Financial Modeling Prep API.

Notifications You must be signed in to change notification settings

zkr024/financial-metrics

Repository files navigation

financial-metrics

  • The app takes information from the Financial Modeling Prep API.

  • To get basic information I first ran the end point Financial Statement Symbol.

  • To filter companies I based from the forber article The Global 2000

  • The API doesn't give access to some of the companies on that list. I end up chossing 30 to render the front screen.

  • A local array was created with the basic information:

    Company name.

    Symbol.

    Image.

  • The images were taken from the companies sites

  • To access the company details I used the end point Income Statement. It works with the company symbol.

Built With:

  • Javascrip
  • React Redux
  • Github and Gitflow

Video Presentation:

Live Demo

Getting Started

To get a local copy up and running follow these simple example steps:

  • It's necessary to install the LTS option of Node.js. link.
  • npm will be included in the previous installation.
  • Go to the folder where you want to store the project, and clone the repository:
  • SSH: https://github.com/zkr024/financial-metrics.git
  • From the folder where all the files are located please Run npm install.
  • And to launch the web server, please run npm start.

Author

👤 Oscar Bermudez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

The application displays the last years financial records from the most important companies in the word. It is built using react and redux and it feeds from the Financial Modeling Prep API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published