Plaid Investments API — holdings, transactions, and securities.
Summary
Functions
Returns all investment holdings (positions) for an Item.
Returns investment transactions for an Item over a date range.
Refreshes investment data for an Item.
Functions
@spec get_holdings(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, %{ holdings: [PlaidEx.Schemas.InvestmentHolding.t()], securities: [PlaidEx.Schemas.Security.t()] }} | {:error, PlaidEx.Error.t()}
Returns all investment holdings (positions) for an Item.
@spec get_transactions( PlaidEx.Config.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Returns investment transactions for an Item over a date range.
@spec refresh(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Refreshes investment data for an Item.