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)
2024-03-11 11:58:10 -07:00
..
__init__.py community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
aggregates.py community: Add PolygonAggregates tool (#18882) 2024-03-11 11:58:10 -07:00
financials.py community: Add PolygonFinancials Tool (#18324) 2024-02-29 10:56:05 -08:00
last_quote.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
ticker_news.py community: Add PolygonTickerNews Tool (#17808) 2024-02-20 10:15:29 -08:00