Skip to content

guicalare/degussa-data-spain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

degussa-data-spain

Program that extracts data on the purchase and sale price of gold, silver, platinum and palladium at https://www.degussa-mp.es/precios

PROGRAM OUTLINE

HOW TO USE THE CODE

Save the data in a txt

To obtain a DataFrame and save the information in a txt, you will only have to execute this line of code:

Degussa().save_data()

Get the date and the DataFrame

To obtain the date and the DataFrame of Degussa's data you only have to write the following line of code:

date, data = Degussa().get_data()

This way, "date" will be the last date of update and "data" will be the DataFrame that contains all the information.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages