Icon

BitcoinPrices_​Local_​v1

Purpose:To track the price of Bitcoin over timeLogic:- Connect to Yahoo Finance- Get current price of Bitcoin_USD using XPath- Append price with current date/time to CSV file stored in C:/temp 1: GET BITCOIN PRICE AT TIME NOW & SAVE TO LOCAL FILE Get date/time & add FundName columns Scrape Bitcoin current price from Yahoo Finance Bitcoin page Append to .csv file in C:/temp 2: READ CSV FILE WITH BITCOIN PRICES FOR SUBSEQUENT ANALYSIS Read data & convert to date/time https://uk.finance.yahoo.com/quote/BTC-USDGet latestBitcoin PriceConvert Price todouble data typeGet currentdate/timeAdd columnFundName with'Bitcoin_USD' valueAppend toC:/temp/BitcoinPrices.csvReadC:/temp/BitcoinPrices.csvConvert to date/timesince CSVdoesn't retain data types Webpage Retriever XPath String To Number Create Date&TimeRange ConstantValue Column CSV Writer CSV Reader String to Date&Time Purpose:To track the price of Bitcoin over timeLogic:- Connect to Yahoo Finance- Get current price of Bitcoin_USD using XPath- Append price with current date/time to CSV file stored in C:/temp 1: GET BITCOIN PRICE AT TIME NOW & SAVE TO LOCAL FILE Get date/time & add FundName columns Scrape Bitcoin current price from Yahoo Finance Bitcoin page Append to .csv file in C:/temp 2: READ CSV FILE WITH BITCOIN PRICES FOR SUBSEQUENT ANALYSIS Read data & convert to date/time https://uk.finance.yahoo.com/quote/BTC-USDGet latestBitcoin PriceConvert Price todouble data typeGet currentdate/timeAdd columnFundName with'Bitcoin_USD' valueAppend toC:/temp/BitcoinPrices.csvReadC:/temp/BitcoinPrices.csvConvert to date/timesince CSVdoesn't retain data types Webpage Retriever XPath String To Number Create Date&TimeRange ConstantValue Column CSV Writer CSV Reader String to Date&Time

Nodes

Extensions

Links