Hello,
Here is one possible solution:
This will import every 10 seconds, and repeat 100 times. See CreateScheduledTask to modify this.
StartScheduledTask[
CreateScheduledTask[
bitCoinVal = {DateString[],
Import["https://btc-e.com/api/2/btc_usd/ticker"]}, {10, 100}]]
Dynamic[bitCoinVal]
The remote server queries are a mystery to me.