Prerequisites
The toolkit requires a Financial Datasets API key that can be obtained by creating an account at financialdatasets.ai.Example
Basic usage of the Financial Datasets toolkit:Toolkit Params
| Parameter | Type | Default | Description | | --------- | --------------- | ------- | --------------------------------------------------------------------------------------- | --- | |api_key | Optional[str] | None | Optional API key. If not provided, uses FINANCIAL_DATASETS_API_KEY environment variable | |
Toolkit Functions
You can use
include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.