Skip to main content
FinancialDatasetsTools provide a comprehensive API for retrieving and analyzing diverse financial datasets, including stock prices, financial statements, company information, SEC filings, and cryptocurrency data from multiple providers.

Prerequisites

The toolkit requires a Financial Datasets API key that can be obtained by creating an account at financialdatasets.ai.
Set your API key as an environment variable:

Example

Basic usage of the Financial Datasets toolkit:
For more examples, see the Financial Datasets Examples.

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.

Rate Limits and Usage

The Financial Datasets API may have usage limits based on your subscription tier. Please refer to their documentation for specific rate limit information.

Developer Resources