Coder Social home page Coder Social logo

arminm4 / iranbourseanalyser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hghhgh/iranbourseanalyser

0.0 0.0 0.0 667 KB

Python scripts for downloading and analyzing iran bourse (stock exchange) data. اسکریپت پایتون برای دانلود و تحلیل داده های بورس تهران.

License: GNU General Public License v3.0

Python 0.99% HTML 99.01%

iranbourseanalyser's Introduction

Iran bourse data downloader and analyzer

Extract and Analys data from Iran bourse or stock exchange

دانلود و تحلیل کننده داده های بورس اوراق بهادار تهران

Our preference in decision support and inference approach are as below :

  1. Bayesian Approach, like : Bayesian Inference
    • To prevent overfitting on small data
    • To use human expertise and belief
  2. Frequentist Inference, such as : hypothesis testing
    • To apply descriptive analysis
    • To apply diagnostic analysis
    • To apply prescriptive analysis
    • To apply predictive analysis
  3. Other data science techniques, like : Neural network and Machine Learning Technologies
    • To handel time series with large input dimension
    • To use useful libraries

This project has 3 packages

  1. DataPrepairing
  2. AnalysisHelpers
  3. DecisionSupports
    • My decision cycle is here

The last package is the main one !

with following usage examples :

  • DataPrepairing :
import DataPreparing.PrepareAllData
DataPreparing.PrepareAllData.DownloadAll()
DataPreparing.PrepareAllData.MergeAll()
DataPreparing.PrepareAllData.ExtractAll()

# for new function and their usage see "main.py" file
  • AnalysisHelpers :
import AnalysisHelpers.Distributions
AnalysisHelpers.Distributions.computePercentOfChangeDistributionForAllNamadsAsWhole(OutputDir='DataPreparing/Data/distributions', InputFile='DataPreparing/Data/AllDataByDays.pkl')
AnalysisHelpers.Distributions.computePercentOfChangeDistributionForAllNamads(OutputDir='DataPreparing/Data/distributions', InputFile='DataPreparing/Data/AllNamadsByNamads.pkl')

import AnalysisHelpers.SomeCharts
AnalysisHelpers.SomeCharts.drawScaters(OutputDir='DataPreparing/Data/Charts', InputFile='DataPreparing/Data/AllNamadsByNamads.pkl')
AnalysisHelpers.SomeCharts.drawCorrelations(InputDir='DataPreparing/Data/NamadsExcelsFromIranBourse', OutputDir="Data/Charts/IntraNamadCorrelations")
  • DecisionSupports :
# for new function and their usage see "main.py" file

Helps and Tutorial Articles

Analysis useful links

  1. Bayesian Inference

Data sets useful links

Support or Contact

email me : hosein.ghiasy at gmail.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.