Equibles Stocks API for Python

Requirements. Python 2.7 and 3.4+ Installation & Usage pip install If the python package is hosted on Github, you can install directly from Github pip install git+https://github.com/equibles/stocks-python.git (you may need to run pip with root permission: sudo pip install git+https://github.com/equibles/stocks-python.git) Then import the package: Setuptools Install via Setuptools. python setup.py install –user (or sudo python setup.py install to install the package for all users) Then import the package: Getting Started Please follow the installation procedure and then run the following:

Read more

Predict the stock market with AI

The Oracle is a Python library that uses several AI prediction models to predict stocks returns over a defined period of time. It was firstly introduced in one of my previous package called Empyrial. Disclaimer: Information is provided ‘as is’ and solely for informational purposes, not for trading purposes or advice. How to install 📥 How to use 💻

Read more

A program that uses an API and a AI model to get info of stocks

I dont mind anyone using this code but please give me credit A program that uses an API and a AI model to get info of stocks Make sure the program is in a folder in which it can create a text file to store the information if you need it. Your program output if your using a text file should look something like this: If however you are using the console it will show something like this. I will […]

Read more

Program to compare stock performance of Senator’s transactions vs when the sale is disclosed

Program to compare stock performance of Senator’s transactions vs when the sale is disclosed. Using to find if tracking Senator stock trades is a worthwhile investment strategy: it is. Calls SenateStockWatcher.com’s API to receive an aggregate list of Senator stock transactions. Then uses a for loop to cycle through the stock purchases and calls senator_performance and disclosure_performance functions to find buy prices and current prices of each to calculate performances. Senators have a statistically significant overperformance of the market average […]

Read more

A simple python stock Predictor

A simple python stock Predictor Demo Run Locally Clone the project git clone https://github.com/yashraj-n/stock-price-predictor Go to the project directory Install dependencies pip install autots numpy pandas matplotlib seaborn Run Usage/Examples To download dataset,Visit Yahoo Finance, search for your desired stock/cryptocurrency Then, goto historical dataset and click on download

Read more

Daily report of @arkinvest ETF activity + data collection

daily weekday report of @arkinvest ETF activity + data collection Extract and save daily csv’s from ARKInvest’s holdings. Quick command-line report about security additions and removals within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, $PRNT) Quick command-line report about significant changes in security positions within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, $PRNT) Option to save day-over-day changes in holdings within each of the 6 ARK ETFs ($ARKK, $ARKW, $ARKG, $ARKQ, $ARKF, […]

Read more