langchain/docs/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>
2024-03-30 00:44:01 +00:00
..
_templates Docs: Fixed grammatical mistake (#16858) 2024-02-01 11:28:15 -08:00
additional_resources docs[patch]: Fix or remove broken mdx links (#19777) 2024-03-29 15:25:08 -07:00
changelog docs: add changelog (#15606) 2024-01-07 08:34:34 -08:00
contributing docs: contribute / integrations code examples update (#19319) 2024-03-20 09:27:53 -04:00
expression_language docs[minor]: Add chat model tabs to docs pages (#19589) 2024-03-29 14:23:55 -07:00
get_started docs: fix for #16702 and #16703 (#16705) 2024-03-29 15:57:51 -07:00
guides docs[patch]: Fix or remove broken mdx links (#19777) 2024-03-29 15:25:08 -07:00
integrations community[minor]: Add Alpha Vantage API Tool (#14332) 2024-03-30 00:44:01 +00:00
langsmith Improve notebook wording (#18472) 2024-03-03 18:31:15 -08:00
modules docs[patch]: Fix or remove broken mdx links (#19777) 2024-03-29 15:25:08 -07:00
use_cases docs[minor]: Add chat model tabs to docs pages (#19589) 2024-03-29 14:23:55 -07:00
.gitignore Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
packages.mdx docs: release date fix (#19585) 2024-03-26 14:51:09 -07:00
people.mdx 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
security.md Docs: remove sales from security (#18762) 2024-03-07 17:35:46 -05:00