Skip to main content
Open on GitHub

FMP Data (Python package for Financial Data Prep)

FMP-Data is a python package for connecting to Financial Data Prep API. It simplifies how you can access production quality data.

Installation and Setup

Get an FMP Data API key by visiting this page. and set it as an environment variable (FMP_API_KEY).

You also need an Open AI key for Embedding and LLM calls.

Then, Install the langchain-fmp-data.

Toolsg

See an example.

from langchain_fmp_data import FMPDataTool, FMPDataToolkit

Was this page helpful?