This project is a remake of Apple's old Stocks app. While not exacly the same it is close enough for now. Data is provided by the IEX Cloud Platform.
If you are interested in getting IEX data to work you will need to sign up and get a free account. After creating an account you have to create an ENV.json
file with your IEX tokens and drag into your project folder.
{
"API_TOKEN": "{YOUR_TOKEN}",
"API_TOKEN_SANDBOX": "{YOUR_TOKEN}",
}