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/docs
anshaneel 0884e5de7f
community[minor]: Add Alpha Vantage API Tool (#14332)
### Description
This implementation adds functionality from the AlphaVantage API,
renowned for its comprehensive financial data. The class encapsulates
various methods, each dedicated to fetching specific types of financial
information from the API.

### Implemented Functions

- **`search_symbols`**: 
- Searches the AlphaVantage API for financial symbols using the provided
keywords.

- **`_get_market_news_sentiment`**: 
- Retrieves market news sentiment for a specified stock symbol from the
AlphaVantage API.

- **`_get_time_series_daily`**: 
- Fetches daily time series data for a specific symbol from the
AlphaVantage API.

- **`_get_quote_endpoint`**: 
- Obtains the latest price and volume information for a given symbol
from the AlphaVantage API.

- **`_get_time_series_weekly`**: 
- Gathers weekly time series data for a particular symbol from the
AlphaVantage API.

- **`_get_top_gainers_losers`**: 
- Provides details on top gainers, losers, and most actively traded
tickers in the US market from the AlphaVantage API.

  ### Issue: 
  - #11994 
  
### Dependencies: 
  - 'requests' library for HTTP requests. (import requests)
  - 'pytest' library for testing. (import pytest)

---------

Co-authored-by: Adam Badar <94140103+adam-badar@users.noreply.github.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
api_reference community[patch], langchain[minor]: Add retriever self_query and score_threshold in DingoDB (#18106) 6 months ago
data 👥 Update LangChain people data (#18473) 6 months ago
docs community[minor]: Add Alpha Vantage API Tool (#14332) 6 months ago
scripts add script to check imports (#19611) 6 months ago
src docs[minor]: Add chat model tabs to docs pages (#19589) 6 months ago
static docs: update use_cases/question_answering/chat_history (#19349) 6 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 6 months ago
.local_build.sh docs: partner packages (#16960) 7 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 6 months ago
README.md docs: developer docs (#14776) 9 months ago
babel.config.js Restructure docs (#11620) 11 months ago
code-block-loader.js Restructure docs (#11620) 11 months ago
docusaurus.config.js docs[patch]: properly load/use env vars (#18942) 6 months ago
package.json ci[minor]: Bump LC scripts package, add retry option (#19285) 6 months ago
settings.ini Restructure docs (#11620) 11 months ago
sidebars.js docs: `Toolkits` menu (#16217) 7 months ago
vercel.json community[minor]: migrate `bigdl-llm` to `ipex-llm` (#19518) 6 months ago
vercel_build.sh docs[minor]: Add chat model tabs to docs pages (#19589) 6 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 9 months ago
yarn.lock ci[minor]: Bump LC scripts package, add retry option (#19285) 6 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide