Overview
The FMP (Financial Modeling Prep) LangChain integration provides a seamless way to access financial market data through natural language queries. This integration offers two main components:FMPDataToolkit
: Creates collections of tools based on natural language queriesFMPDataTool
: A single unified tool that automatically selects and uses the appropriate endpoints
Setup
Instantiation
There are two main ways to instantiate the FMP LangChain integration:- Using FMPDataToolkit
- Using FMPDataTool