Get Your DATFID API Key

To use the DATFID Python SDK or REST API, you need an API token. Getting one is quick and free.

How to Get Your Key

  1. Click the "Get API Key" button below.
  2. Fill out a short form with your name, email, and intended use case.
  3. The DATFID team will get back to you within 15 minutes with your personal API token.
Get API Key →

Using Your Token

Once you receive your token, pass it when initializing the DATFID client:

Python
from datfid import DATFIDClient

client = DATFIDClient(token="your_DATFID_token")

For REST API usage, include the token in your request parameters. See the REST API Reference for details.

No API key needed for the Playground. The Free Playground lets you try DATFID immediately without an API key — upload your data or use sample datasets to run analysis and forecasting.