Skip to content

To get stock details of a company, using Yahoo Finance Web Services, Java and Angular JS.

Notifications You must be signed in to change notification settings

rajesh612/FinanceAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinanceAPI

FinanceAPI is a RestFul WebServices Project developed using Java, Spring-Boot, AngularJS, BootStrap, JavaScript, HTML5. It will consume Yahoo Finance Web Services to get stock details. User should enter Company Symbol to get stock details.

Clone the Repository

	git clone git@github.com:rajesh612/FinanceAPI.git

Tools and Softwares Required

Spring Tool Suite 3.7.3.RELEASE
JDK 1.8

Maven Dependencies for pom.xml

spring-boot-starter-web
spring-boot-starter-test
scala-library

Application

FinanceApplication is a Spring Boot Application represented by @SpringBootApplication annotation. It is used to run the finance application.

Controller

FinanceController is represented by @Controller Annotation. It will use service methods to fetch stock details. Service Objects are used as Dependency Injection with @Autowired annotation.Controller will return data to browser.

Service

FinanceService is represented by @Service annotation. Service method will invoke Yahoo Finance Web Service and return the data to Controller.

Steps to Run Finance App

  • Run the project in STS using spring boot app.
  • Open the browser and use url http://localhost:9080/finance.html
  • Enter the company symbol and click search button to get stock details.

References

About

To get stock details of a company, using Yahoo Finance Web Services, Java and Angular JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages