Skip to content

shakibyzn/kardan_investment_fund_crawling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kardan-post-crawling

Crawling https://iran-kfunds1.ir/ which is an Iranian Investment Fund website


Table of Contents


Description

In this project, I managed to crawl kardan investment fund website, https://iran-kfunds1.ir/. I also saved the dataset for daily fund returns as a CSV file.
You can easily do numerical analysis on the dataset for your own purposes.
You can run the script by following the below instructions:
1- Firstly, Make sure you have numpy, pandas and persian modules installed
2- Secondly, go to the root directory of the project (kardan)
3- Finally, run the following command : scrapy crawl kfunds

Techniques

  • Web scraping ( web crawling)
  • Pandas and Numpy libraries
  • Persian library to convert Persian numbers to English ones

Back To The Top


License

MIT License

Copyright (c) [2020] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top