langchain/libs/community/langchain_community/utilities
Virat Singh eb6e385dc5
community: Add PolygonAPIWrapper and get_last_quote endpoint (#15971)
- **Description:** Added a `PolygonAPIWrapper` and an initial
`get_last_quote` endpoint, which allows us to get the last price quote
for a given `ticker`. Once merged, I can add a Polygon tool in `tools/`
for agents to use.
- **Twitter handle:** [@virattt](https://twitter.com/virattt)

The Polygon.io Stocks API provides REST endpoints that let you query the
latest market data from all US stock exchanges.
2024-01-12 17:52:09 -08:00
..
__init__.py
alpha_vantage.py
anthropic.py
apify.py
arcee.py
arxiv.py community[patch]: Update arxiv.py with Entry ID as a return value (#14915) 2023-12-20 00:30:24 -05:00
awslambda.py
bibtex.py
bing_search.py Fix: fix Bing Search empty result exception, fix #15384 (#15387) 2024-01-02 15:25:00 -08:00
brave_search.py
clickup.py
dalle_image_generator.py
dataforseo_api_search.py
duckduckgo_search.py
github.py community: Enhance Github error prompt (#15248) 2023-12-28 08:25:19 -08:00
gitlab.py GITLAB_URL should take default https://gitlab.com instead of error (#14638) 2024-01-01 16:55:52 -08:00
golden_query.py
google_finance.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
google_jobs.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
google_lens.py
google_places_api.py
google_scholar.py
google_search.py
google_serper.py
google_trends.py
graphql.py
jira.py
max_compute.py
merriam_webster.py
metaphor_search.py
nasa.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
opaqueprompts.py
openapi.py
openweathermap.py
outline.py
polygon.py community: Add PolygonAPIWrapper and get_last_quote endpoint (#15971) 2024-01-12 17:52:09 -08:00
portkey.py
powerbi.py
pubmed.py
python.py
reddit_search.py
redis.py
requests.py
scenexplain.py
searchapi.py
searx_search.py
semanticscholar.py community: Semanticscholar tool to search 200M+ scientific articles (#15151) 2024-01-02 15:36:03 -08:00
serpapi.py Fix failing serpapi response processing for Google Maps API (#14817) 2024-01-02 16:17:21 -08:00
spark_sql.py
sql_database.py Patch: improve type hint (#15451) 2024-01-02 22:39:27 -08:00
stackexchange.py
steam.py
tavily_search.py
tensorflow_datasets.py
twilio.py
vertexai.py
wikipedia.py
wolfram_alpha.py
zapier.py