py-stocks-api
A minimal stocks API wrapper of Yfinance. Example command: curl localhost:8000/download/AAPL/2021-08-01/2021-08-03 | jq curl localhost:8000/info/AAPL | jq
About
PY-Stocks is a lightweight REST API service that wraps the yfinance library, providing programmatic access to Yahoo Finance stock market data through simple HTTP endpoints. It's designed for developers and researchers who need to integrate financial data into their applications w…