NEW RELEASE: Stocksera API now available at https://pypi.org/project/stocksera or via pip install stocksera
. View documentation at https://github.com/guanquann/Stocksera-API.
You can view the application in stocksera.pythonanywhere.com.
Live demo is available at https://youtu.be/jkAZu7DvhvY.
This website is free for everyone. But if you want to support me, please give me a star on Github or you can PayPal to paypal.me/stocksera. Patreon is also available here.
-
View graph of your favourite ticker.
-
Gather key statistics such as EPS, beta and SMA.
-
Data is from yahoo finance
-
Sort historical data based on % price change, volume, day and so on.
-
Google trend of a stock and compare it with it's closing price.
- View options chain of your favourite ticker.
- Find out the max-pain price, OTM & ITM options and Call/Put ratio of the next few weeks.
- Data is from TD Ameritrade.
- View short volume and short percentage of some of the popular tickers.
- Data is from Finra.
- View failure to deliver data of tickers.
- Data is from SEC.gov.
- View number of borrowed shares available and the borrow fee.
- Data is from IBKR.
- Find the most popular tickers with their sentiment level on different subreddits such as r/wallstreetbets, r/stockmarket and r/stocks. Inspired from Auto DD.
- Trending cryptocurrencies are also analysed in r/Cryptocurrency.
- This only reads the post of the subreddit. The comments are not taken into account.
- Data is updated daily, around 1 hour before market open.
- Tracks trending tickers, sentiment, puts/calls ratio, price change and more on r/wallstreetbets realtime.
- Analyse the performance of trending tickers on r/wallstreetbets.
- Top 10 most mentioned tickers with the highest sentiment will be added to the "Reddit ETF" when market opens.
- Tickers that fall outside the Top 10 list will be sold.
- Look at the increase in number of redditors on popular subreddits such as r/wallstreetbets, r/Superstonk and r/amcstock.
- Growth in number of new redditors and percentage of active redditors.
- Look at the increase in number of redditors/active users/percentage growth on specific subreddits and compare it with the stock price.
- View all tickers earnings report for the week ahead.
- Market Cap, EPS Estimate and EPS Actual.
- Sortable by market cap and day.
- Data is from yahoo finance.
- Identify tickers with the highest short interest level.
- Data is from shortinterest.com
- Identify tickers with low float.
- Data is from lowfloat.com
- View holdings, trades and news of all companies in ARK Fund.
- View trades and ownership of a ticker.
- Data is from arkfunds.io/api
- Daily reverse repo transactions (amount, number of parties, average)
- Data is from newyorkfed
- Daily treasury (closing balance, opening balance)
- Data is from fiscaldata.treasury.gov
- Monthly inflation rate (with heat map) from 1960
- Data is from usinflationcalculator.com/inflation
- Monthly retail sales and compare it with the number of covid-19 cases
- Retail sales data is from ycharts.com/indicators/us_retail_and_food_services_sales
- Covid-19 data is from covid.ourworldindata.org/data/owid-covid-data.csv
git clone https://github.com/guanquann/Stocksera.git
# Setting up environment
py -m venv venv
cd venv/Scripts
activate
cd ../..
# Install dependencies
pip install -r requirements.txt
# Setting up database and configs
# Ensure that line 32 of config.yaml is uncommented
# Ensure that line 33 of config.yaml is commented
py setup/local.py
# Dockerise
# Ensure that line 32 of config.yaml is commented
# Ensure that line 33 of config.yaml is uncommented
py setup/docker.py
# Run the following if you are setting up for the first time using Docker. You might need to rerun setup/docker.py
py setup/docker_db.py
- Compilation of tasks that are needed to be completed.
- Get trending tickers in Reddit, subreddit subscribers statistics, stocks with low float and high short interest.
docker compose run --rm web python tasks_to_run.py
- Please refer to Scheduled Tasks Guide for more information on how to run scheduled tasks.
This project is under the MIT license.