Edward Jones API & Open Finance Integration

Protocol analysis and Open Data integration for account holdings, performance, transactions, goals, and document workflows—compliant API or source-code delivery

From $300
OpenData · OpenFinance · OpenBanking · Protocol analysis

Connect Edward Jones account and wealth data to your systems

The Edward Jones app gives clients access to account holdings, performance, activity, goal progress, external-account aggregation, secure messaging, document signing, and fund transfers—all from iOS and Android. In 2024–2025 the app continued to emphasize connected accounts and a unified view of finances, aligning with broader Open Finance and data-portability trends. We deliver protocol analysis and runnable API implementations so you can integrate holdings, transaction history, performance metrics, and goal data in line with FINRA and SEC expectations for authorized data access.

  • Holdings and performance data — Account positions, returns, and activity for reporting, reconciliation, and advisor dashboards.
  • Transaction history and statements — Trades, transfers, and deposits with date and amount for Quicken-style sync and compliance archives.
  • Goals and external-account aggregation — Progress toward savings and retirement goals, plus balances from linked external accounts for a complete financial picture.
Holdings and performance API — Access account positions, performance metrics, and activity with account and date filters; use for portfolio reporting, reconciliation, and advisor tools.
Transaction history and statement export — Transaction list with date, amount, type, and description; supports up to 45-day windows for initial sync (as in Quicken) and incremental updates for ERP and accounting.
Goal tracking and progress — Short- and long-term goal progress (emergency savings, retirement) for dashboards and planning tools.
External account connection data — Balances and optional activity from accounts held outside Edward Jones for aggregation and net-worth views.
Secure messaging and document workflow — Message threads and document metadata (view/sign status) for advisor–client workflow integration.
Transfers and check deposits — Transfer and deposit initiation metadata for audit trails and cash-flow visibility.

Screenshots

Click any image to view full size.

Edward Jones screenshot 1 Edward Jones screenshot 2 Edward Jones screenshot 3 Edward Jones screenshot 4 Edward Jones screenshot 5 Edward Jones screenshot 6 Edward Jones screenshot 7 Edward Jones screenshot 8 Edward Jones screenshot 9 Edward Jones screenshot 10

Data available for integration

From protocol analysis and authorized data flows, the following data types can be exposed via APIs we deliver. Edward Jones supports Quicken Direct Connect for transaction download (e.g. up to 45 days on first sync); our implementations extend this model for programmatic access. Granularity and use cases are indicative; actual scope depends on app capabilities and user consent.

Data typeSource (screen / feature)GranularityTypical use
Account holdingsHoldings view, account detail, welcome screenPer account, positions and symbolsPortfolio reporting, reconciliation, advisor dashboards
Performance and activityPerformance tab, activity listPer account, time period, return metricsReporting, analytics, compliance
Transaction historyActivity, statement, Quicken syncPer transaction, date/amount/type/descriptionQuicken-style export, ERP, audit
Goal progressGoals section, welcome overviewPer goal, target vs current, timelinePlanning tools, dashboards, client reporting
External account balancesConnected accounts, aggregation viewPer linked institution, balance snapshotNet-worth aggregation, Open Finance dashboards
Messages and document metadataSecure messaging, document centerThread list, document status (view/sign)Advisor workflow, compliance trail
Transfers and depositsTransfer, check deposit flowsPer transaction, amount, date, statusCash-flow visibility, audit

Typical integration scenarios

Quicken-style transaction and holdings sync

Edward Jones officially supports Quicken Direct Connect: first download up to 45 days of history, then incremental updates. We deliver an API that mirrors this flow—transaction list and optional holdings snapshots—so accounting tools, personal-finance apps, or internal dashboards can consume Edward Jones data programmatically. Data maps to Open Finance: structured transactions with date, amount, type, and account; auth uses Online Access credentials with secure session handling.

Advisor and RIA dashboard aggregation

Wealth managers and RIAs need a unified view of client accounts. Our implementation can provide holdings, performance, and activity endpoints (with client consent), returning account list, positions, returns, and recent transactions. This fits the same ecosystem as ByAllAccounts and similar aggregators: multiple custodians in one view. Fields: accounts[], holdings[], performance_summary, transactions[] with amount, date, type.

Compliance and audit reporting

Broker-dealers and compliance officers require exportable transaction and activity data with timestamps for FINRA and SEC record-keeping. We deliver an API that returns transaction history and activity logs (with consent), suitable for audit trails and evidence of data handling. No official Edward Jones public API exists; our protocol analysis fills the gap for authorized, compliant data extraction.

Goal tracking and planning tools

Financial-planning apps need goal progress (emergency fund, retirement, etc.) to drive recommendations. Our API can expose goal metadata and progress metrics from the app’s goals section, aligned with Open Data: structured goals with target, current value, and timeline for dashboards and planning engines.

Document and messaging workflow

Advisors coordinate document signing and messages through the app. Our implementation can expose message-thread and document-status metadata (not message body, per privacy) for workflow tools that track pending signatures and follow-ups—always with explicit consent and minimal data retention.

Technical implementation

Below are illustrative request/response shapes and auth flows. Actual endpoints and fields depend on protocol analysis and client requirements.

Auth and session (pseudo)

// Login with Online Access credentials (pseudo)
POST /api/v1/edwardjones/auth/login
Content-Type: application/json
{ "username": "<USER>", "password": "<PWD>" }

Response 200: { "session_token": "...", "refresh_token": "...", "accounts": [...] }
Response 401: { "error": "invalid_credentials" }
// Session refresh and MFA handling per protocol analysis

Holdings and performance (pseudo)

// Fetch account holdings and performance (pseudo)
GET /api/v1/edwardjones/holdings?account_id=xxx
Authorization: Bearer <SESSION_TOKEN>

Response: {
  "account_id": "xxx", "positions": [...],
  "performance": { "ytd": "...", "total_return": "..." },
  "as_of": "2025-03-12T00:00:00Z"
}

Transaction history / statement (pseudo)

// Transaction list, Quicken-style window (pseudo)
POST /api/v1/edwardjones/transactions
Content-Type: application/json
Authorization: Bearer <SESSION_TOKEN>

{ "account_id": "xxx", "from_date": "2025-01-01",
  "to_date": "2025-03-12", "limit": 500 }

Response: { "transactions": [...], "next_cursor": "..." }
Error 429: rate limit; retry with backoff

Compliance and privacy

We implement only authorized or publicly documented data flows. FINRA guidance on data aggregation (e.g. “Know Before You Share”) emphasizes risks of credential sharing and recommends API-based access where available; our protocol analysis aims to support API-style, consent-based access rather than screen scraping. SEC and state securities rules apply to broker-dealer data; we do not facilitate unauthorized access. The CFPB’s Personal Financial Data Rights rule (Dodd-Frank Section 1033) currently focuses on deposit and card accounts; investment accounts may be addressed in later rulemaking. We recommend minimal retention, audit logs, and user consent records for all integrations.

Data flow and architecture

A typical pipeline we support: (1) Client app or your backend initiates auth using Online Access credentials (or delegated token). (2) Our delivered API layer handles session refresh and request signing. (3) Data is ingested from the app’s backend (via protocol-compliant calls) into your storage or cache. (4) Output can feed analytics, ERP, Quicken-style clients, or advisor dashboards. We do not store your end-users’ credentials; you control retention and access.

Market positioning and user profile

Edward Jones serves primarily US retail investors through a branch-based financial advisor model. The app is built for clients who work with an Edward Jones advisor rather than for self-directed trading; it emphasizes ease of use and account overview over advanced trading tools. J.D. Power’s 2022 Wealth Management Digital Experience Study ranked Edward Jones among the top mobile wealth apps (e.g. third place with 710/1000). The app is available on iPhone, iPad, and Android, with strong ratings (e.g. 4.8 on the App Store, 4.7 on Google Play) and hundreds of thousands of downloads. Related players in the same space include Charles Schwab and Fidelity (self-directed and hybrid offerings) and Quicken (personal finance and Edward Jones transaction download). Our integration work is aimed at firms that need programmatic access to Edward Jones account data where no public API is offered.

What we deliver

Deliverables

  • API specification (OpenAPI / Swagger)
  • Protocol and auth flow analysis (Online Access login, session, token)
  • Runnable API source code (Python / Node.js) for holdings, transactions, goals
  • Test scripts and interface documentation
  • Compliance notes (FINRA, SEC, consent, retention)

Key integration areas

Holdings and performance sync, transaction and statement export (Quicken-compatible logic), goal progress, external-account aggregation, secure messaging and document metadata, and transfer/deposit visibility. We support both Android and iOS protocol analysis and deliver source code you can host and extend.

About us

We are a technical service studio specializing in app interface integration and authorized API integration. We provide protocol analysis, interface refactoring, Open Data integration, and third-party interface integration, plus automated data scripting and interface documentation. Our team has years of experience in mobile and fintech; we serve global clients with compliant, professional solutions. Services start at $300, with an option to deliver results first and pay upon satisfaction.

  • Wealth and banking apps: transaction records, statement queries, transaction integration
  • Compliant, lawful implementations to meet local and privacy requirements
  • Android and iOS; ready-to-use API source code, docs, and test plans

Contact

For inquiries, quotes, or to submit your target app and requirements, please use the link below:

Contact us

Process

  1. Confirm requirements: integration scenario and interface needs (e.g. login, holdings, transactions, goals).
  2. Protocol analysis and interface design (2–5 business days, depending on complexity).
  3. Development and internal validation (3–8 business days).
  4. Delivery of documentation, examples, and test cases (1–2 business days).
  5. Typical first delivery: 5–15 business days; complex or multi-party approval may take longer.

FAQ

What do I need to provide?

Target app name (Edward Jones), specific needs (e.g. transaction export, holdings sync, goal data), and whether you have test credentials or a test environment.

How long until delivery?

Depending on scope, first API and docs often in 5–12 business days; multi-endpoint or Quicken-style sync may extend the timeline.

How do you ensure compliance?

We use only authorized or documented flows, recommend consent records and minimal retention, and can support NDA and audit-friendly documentation.
📱 Edward Jones official app overview (appendix)

Stay connected with your financial goals—anytime, anywhere—with the Edward Jones app. Your financial information is at your fingertips: view account holdings, performance, activity and more; connect accounts to view balances held outside of Edward Jones; track progress toward your goals; message and share documents with your Edward Jones team; deposit checks and transfer funds; view and sign documents related to your Edward Jones accounts. Security is built in to protect your information. The app is free on iOS and Android (package: app.edwardjones.mobile) and is designed for clients who work with an Edward Jones financial advisor.

  • Account holdings, performance, activity
  • External account connection and aggregation
  • Goal tracking (emergency savings, retirement, etc.)
  • Secure messaging and document sharing with your advisor team
  • Check deposit and fund transfers; view and sign documents