All Projects β†’ ledwindra β†’ indonesia-stock-exchange

ledwindra / indonesia-stock-exchange

Licence: WTFPL license
πŸ’Έ Finance for fun | Not an investment advice πŸ’Έ

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to indonesia-stock-exchange

Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+700%)
Mutual labels:  stock-market
3id-connect
Authentication system for Ceramic apps that works with blockchain wallets.
Stars: ✭ 76 (+153.33%)
Mutual labels:  idx
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (-26.67%)
Mutual labels:  stock-market
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+720%)
Mutual labels:  stock-market
OpenEstate-IO
Java libraries to read and write real estate data in common formats (e.g. OpenImmo, ImmoXML, Kyero, Trovit, IDX)
Stars: ✭ 37 (+23.33%)
Mutual labels:  idx
SharkStock
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …
Stars: ✭ 63 (+110%)
Mutual labels:  stock-market
Stock Bot
An application that allows you to design and test your own stock trading algorithms in an attempt to beat the market.
Stars: ✭ 240 (+700%)
Mutual labels:  stock-market
pair-trading-view
Pair Trading View - .NET application for visual analysis of synthetic financial instruments based on statistical models.
Stars: ✭ 45 (+50%)
Mutual labels:  stock-market
examples
SimplyRETS API for RETS, IDX, & RESO WebAPI data feeds - Examples
Stars: ✭ 18 (-40%)
Mutual labels:  idx
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+113.33%)
Mutual labels:  stock-market
frostpunk mod
Frostpunk / Mod Tools / ιžε…¬εΌζ—₯本θͺžεŒ–MODツール
Stars: ✭ 17 (-43.33%)
Mutual labels:  idx
wordpress-plugin
IMPress for IDX Broker
Stars: ✭ 20 (-33.33%)
Mutual labels:  idx
capm shiny
Demo project of creating an interactive analytical tool for stock market using CAPM.
Stars: ✭ 31 (+3.33%)
Mutual labels:  stock-market
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+726.67%)
Mutual labels:  stock-market
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+346.67%)
Mutual labels:  stock-market
Stocks.js
πŸ’° stocks.js is an easy-to-use stock market API for Javascript
Stars: ✭ 240 (+700%)
Mutual labels:  stock-market
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (+143.33%)
Mutual labels:  stock-market
finance-news-aggregator
A news aggregator in python, that focuses primarily on business and market news sources.
Stars: ✭ 59 (+96.67%)
Mutual labels:  stock-market
NSE-Stock-Scanner
National Stock Exchange (NSE), India based Stock screener program. Supports Live Data, Swing / Momentum Trading, Intraday Trading, Connect to online brokers as Zerodha Kite, Risk Management, Emotion Control, Screening, Strategies, Backtesting, Automatic Stock Downloading after closing, live free day trading data and much more
Stars: ✭ 78 (+160%)
Mutual labels:  stock-market
Odin
Algorithmic trading infrastructure in Python.
Stars: ✭ 93 (+210%)
Mutual labels:  stock-market

Usage

Do the following steps on your terminal:

# create virtual environment
python -m venv .venv

# go the virtual environment
source .venv/bin/activate

# update package manager
pip install --upgrade pip

# install required packages
pip install -r requirements.txt
# cookie and user agent are important because the website uses CloudFlare
# otherwise it would return 403 response code
# periodically update cookie value, e.g. every 30 minutes
export COOKIE="__cf_bm=te9V99jnxli.53zh7c5Hn2NOaxbB2Q38EIKsoiouC3E-1640875057-0-AXD7IexUaVgSIRvEFAhPy6yDFB02RmKgZKedM9Vmj7BDEEUO3PIp28z6N33jhsuzNnrn8pHIizdQQSPWNZFPeV4="

export USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:95.0) Gecko/20100101 Firefox/95.0"
# src/financial_statement.py
python src/financial_statement.py \
    --audit Audit \
    --quarter Tahunan \
    --year 2020

# src/reference.py
python src/reference.py --key Profiles

# src/summary.py
python src/summary.py --day 2021-01-01 \
    --file_name stock-summary \
    --summary GetStockSummary
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].