You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/tools/polygon
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)
6 months ago
..
__init__.py community: Add PolygonAggregates tool (#18882) 6 months ago
aggregates.py community: Add PolygonAggregates tool (#18882) 6 months ago
financials.py community: Add PolygonFinancials Tool (#18324) 7 months ago
last_quote.py community[patch]: docstrings (#16810) 7 months ago
ticker_news.py community: Add PolygonTickerNews Tool (#17808) 7 months ago