langchain/libs/community/langchain_community
Virat Singh cafffe8a21
community: Add PolygonAggregates tool (#18882)
**Description:**
In this PR, I am adding a `PolygonAggregates` tool, which can be used to
get historical stock price data (called aggregates by Polygon) for a
given ticker.

Polygon
[docs](https://polygon.io/docs/stocks/get_v2_aggs_ticker__stocksticker__range__multiplier___timespan___from___to)
for this endpoint.

**Twitter**: 
[@virattt](https://twitter.com/virattt)
2024-03-11 11:58:10 -07:00
..
adapters
agent_toolkits community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
callbacks core[major]: On Tool End Observation Casting Fix (#18798) 2024-03-11 10:59:04 -04:00
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
chat_message_histories community: Fix bug with StreamlitChatMessageHistory (#18834) 2024-03-09 13:42:22 -08:00
chat_models community[patch]: Bedrock add support for mistral models (#18756) 2024-03-09 01:20:38 +00:00
docstore
document_compressors
document_loaders community[patch]: support modin document loader (#18866) 2024-03-10 18:40:04 -07:00
document_transformers
embeddings community[patch]: Add embedding instruction to HuggingFaceBgeEmbeddings (#18017) 2024-03-08 16:39:29 -08:00
example_selectors
graphs Switch to md5 for deduplication in neo4j integrations (#18846) 2024-03-09 13:28:55 -08:00
indexes
llms community[patch]: Bedrock add support for mistral models (#18756) 2024-03-09 01:20:38 +00:00
output_parsers
retrievers community[patch]: Added support for filter out AWS Kendra search by score confidence (#12920) 2024-03-07 17:28:09 -08:00
storage
tools community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
utilities community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
utils
vectorstores Switch to md5 for deduplication in neo4j integrations (#18846) 2024-03-09 13:28:55 -08:00
__init__.py
cache.py community[minor]: Adding Azure Cosmos Mongo vCore Vector DB Cache (#16856) 2024-03-03 14:04:15 -08:00
py.typed