jbpayton/langchain-stock-screener
LangChain agent usable tool to screen stock data
The Alpaca Stock Screener helps traders and investors quickly find stocks that meet specific technical criteria. You provide a natural language query describing desired technical indicators (like price relative to moving averages or 52-week highs), and it returns a list of stocks that match, drawing data from Alpaca Markets. This is for individual traders or analysts who use technical analysis in their stock selection.
No commits in the last 6 months.
Use this if you want to screen stocks based on technical indicators using natural language queries, such as finding stocks trading below their 52-week high but above their 5-day moving average.
Not ideal if your stock screening relies heavily on fundamental indicators like earnings per share, debt-to-equity ratios, or other financial statement data, as this tool focuses exclusively on technicals.
Stars
44
Forks
8
Language
Python
License
MIT
Category
Last pushed
Jul 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/jbpayton/langchain-stock-screener"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
Shikenso-Analytics/langchain-taiga
Python toolkit that lets your LangChain agents automate Taiga: create, search, edit & comment on...