Plaid
In this section, we present how to connect Plaid to MindsDB.
Plaid is a financial technology company that offers a platform and a set of APIs that facilitate the integration of financial services and data into applications and websites. Its services primarily focus on enabling developers to connect with and access financial accounts and data from various financial institutions.
Data from Plaid can be utilized within MindsDB to train AI models and make financial forecasts.
Prerequisites
Before proceeding, ensure the following prerequisites are met:
- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect Plaid to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Plaid.
Connection
The required arguments to establish a connection are as follows:
client_id
secret
access_token
plaid_env
In order to make use of this handler and connect the Plaid app to MindsDB, the following syntax can be used:
It creates a database that comes with two tables: transactions
and balance
.
Usage
Now you can query your data, like this:
And if you want to use functions provided by the Plaid API, you can use the native queries syntax, like this:
For more information about available actions and development plans, visit this page.