Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 931 Bytes

Investing Simulator

Prototype investing simulator created as university bachelor's degree project.

About

Investing Simulator is an app where you can try investing in different stocks using virtual currency without the risk of losing real-world money.
You start with $5000 that you can invest in any stock you want.
Stocks are updated in real-time, and the in-app stock data imitates real-world data with a 15-minute delay.
You can see stock price history on graph dynamically generated for each available stock.
You can track your progress, you can also reset your progress completely to try new investing strategies.

Technologies

  • Unity
  • Alpha Vantage API
  • UIExtensions
  • JSON Serialization

Run it yourself

If you want to run it yourself, run the project and paste your AlphaVantage API key into GameManager component.