A REST API that shows historical data of all LQ45 stocks. The historical data is consisted of open price, close price, high price, low price, adjusted close price and trade volume. The data is obtained by the combination web scraping and yfinance library.
- /api/stocklist
LQ45 stock list
- /api/:stock
Historical data of a stock
- /api/:stock/:specificData
Specific historical data of a stock