Stock market traiding simulator. Used: Python(Flask), SQLite, html, CSS, jinja.
Tocken prices gathered from iexcloud.io/cloud API. Before start your API key is need to be registered in order to be able to query IEX’s data. To do so, follow these steps:
- Visit iexcloud.io/cloud-login#/register/.
- Select the “Individual” account type, then enter your email address and a password, and click “Create account”.
- Once registered, scroll down to “Get started for free” and click “Select Start” 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 a terminal window , execute: $ export API_KEY=value where value is that (pasted) value, without any space immediately before or after the =.