Finance is a project from cs50 course in which i organized something like portfolio for your stocks. Here you can do all manage with you stocks and train to buy correct shares and to sell it in the right moment. All of this you can do with our game currency in amount 10,000$. In the beginning you must:
- Visit https://iexcloud.io/cloud-login#/register/.
- Select the “Individual” account type, then enter your name, email address, and a password, and click “Create account”.
- Once registered, scroll down to “Get started for free” and click “Select Start plan” to choose the free plan.
- Once you’ve confirmed your account via a confirmation email, visit https://iexcloud.io/console/tokens.
- Copy the key that appears under the Token column (it should begin with pk_).
- In your terminal window, execute:
- export API_KEY=value
- Where value is copied key(it should begin with pk_) and without any spaces before and after "=". Good luck