Hey
I thought it would be a good idea to have a game were you can buy/sell stocks of real companies without using real money ![]()
I would like to keep it as real as possible so I should take current stock data from somewhere.
I found the Yahoo! Financial API , it seems that I can send a request and they send me a csv file with the info requested.
I am not used to working with HTTP requests and so on. How should I work with this data inside Unity?
See you!