Plaid
Finance

Plaid Connector

Connect to Plaid for financial data -- accounts, transactions, balances, identity, and institution lookup.

$pip install "toolsconnector[plaid]"
17
Actions
Finance
Category
Free
Apache 2.0

All 17 Actions

Action Description Parameters Returns
create_link_tokenCreate a Link token for client-side initializationuser_client_id, productsPlaidLinkToken
create_processor_tokenCreate a processor token for a third-party integrationaccess_token, account_id, processorPlaidProcessorToken
exchange_public_tokenExchange a public token for an access tokenpublic_tokendict
get_accountsGet accounts linked to an access tokenaccess_tokenPaginatedList[PlaidAccount]
get_authGet account and routing numbersaccess_tokendict
get_balanceGet real-time account balancesaccess_tokenPaginatedList[PlaidBalance]
get_identityGet identity information for accountsaccess_tokenPaginatedList[PlaidAccount]
get_institutionGet institution details by IDinstitution_idPlaidInstitution
get_investment_holdingsGet investment holdings for an access tokenaccess_tokenlist
get_investment_transactionsGet investment transactions for a date rangeaccess_token, start_date, end_date  [limit, offset]PaginatedList[PlaidInvestmentTransaction]
get_itemGet Item detailsaccess_tokendict
get_liabilitiesGet liabilities for an access tokenaccess_tokendict
get_transactionsGet transactions for a date rangeaccess_token, start_date, end_date  [limit, offset]PaginatedList[PlaidTransaction]
item_webhook_updateUpdate the webhook URL for an Itemaccess_token  [webhook]dict
refresh_investmentsRefresh investment data for an Itemaccess_tokendict
remove_item ⚠Remove a linked Itemaccess_tokendict
search_institutionsSearch for institutions by namequery  [country_codes]PaginatedList[PlaidInstitution]
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing