AlphaVantage delivers historical EOD data. If you want to use that for live trading, you must download it once per day. This is a bit tricky. Call assetHistory with FROM_AV|IMMEDIATE - this works at any call and not only at trading start. Then load the resulting .t1 file into a database and get the current price from the last record.