wget https://99bitcoins.com/bitcoin/historical-price/ cat index.html | grep -e \"price\" > prices.txt edit prices.txt jq -r '.price' < prices.txt | grep -v -e "]" | grep -v -e "\[" | sed -z 's/,\n/,/g' > prices.csv ./import_prices.php prices.csv