Setup
To use this toolkit, you need two API keys:FINANCIAL_DATASETS_API_KEY
: Get it from financialdatasets.ai.
OPENAI_API_KEY
: Get it from OpenAI.
Installation
This toolkit lives in thelangchain-community
package.
Instantiation
Now we can instantiate our toolkit:Tools
View available tools:Use within an agent
Let’s equip our agent with the FinancialDatasetsToolkit and ask financial questions.API reference
For detailed documentation of allFinancialDatasetsToolkit
features and configurations head to the API reference.