An API for Philippine Stock Exchange (PSEI) created using Spring Framework and deployed in Heroku. This is a live PSE API data that can be used by other developers testing their system.
Live Version: https://spring-psx-api.herokuapp.com/docu/swagger-ui.html
curl https://spring-psx-api.herokuapp.com/stocksList all companies in Philippine Stock Exchange with it's latest stock price.
curl https://spring-psx-api.herokuapp.com/stocks/{symbol}You can find all stock symbols in https://edge.pse.com.ph/companyDirectory/form.do
curl https://spring-psx-api.herokuapp.com/stocks/{symbol}/detailsSearch for specific stock with full details
curl https://spring-psx-api.herokuapp.com/stocks/{yyyy-MM-dd}Find previous record using date format {yyyy-MM-dd}
curl https://spring-psx-api.herokuapp.com/stocks/by/{yyyy-MM-dd}/{symbol}Search specific stock in previous record using date and symbol