alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.63k stars 377 forks source link

[proposal][improvement] Add some missing data to resources (*.csv files) #416

Open yoursbh opened 3 years ago

yoursbh commented 3 years ago

Hi alvarobartt and investpy developers,

Thanks for your hard work. This is really an essential and well-maintained financial tool for Python.

Here, I gather some missing data that I found during my usage. To same your time, I've fixed them by retrieving the correct values from investing.com HTML ;)

stocks.csv

  1. Levima Advanced Materials Corp (003022)
  2. Shanghai Aiyingshi Co Ltd (603214)
    china,Levima Advanced Materials,Levima Advanced Materials Corp,levima-advanced-materials,CNE100004942,1167969,CNY,3022
    china,Shanghai Aiyingshi A,Shanghai Aiyingshi Co Ltd,Shanghai-aiyingshi-a,CNE100002ZL5,1073388,CNY,603214

I'll keep updating this post if I meet some other missing data in the future.

Best regards