Skip to content

choiHenry/price-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

price-scraper

scraping gold and silver prices(XAU/USD, XAG/USD each) from web

gold data

You can check source data here. I've downloaded it and parsed it with pandas and finally converted it to "data/gold_data.csv". The codes are in the file 'processing/process.py'. The columns of gold data consist of ['Date', 'US dollar', 'Euro', 'Korean dollar'].

silver data

I've scraped silver/usd data here and processed it. You can check scraping and processing code in 'processing/scraping.py'

About

scraping gold and silver prices from web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages