Finance ChatGPT Plugins
Last reviewed
May 9, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v2 ยท 2,229 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
May 9, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v2 ยท 2,229 words
Add missing citations, update stale details, or suggest a clearer explanation.
See also: ChatGPT Plugins, ChatGPT Plugin Categories and Finance
Finance ChatGPT Plugins were a category of third-party extensions for ChatGPT that connected the assistant to live market data, regulatory feeds, payments rails, and personal finance tools. They were available to ChatGPT Plus subscribers from March 23, 2023, when OpenAI introduced the plugins protocol with an inaugural cohort of partners, until April 9, 2024, when OpenAI shut down the plugin beta in favor of Custom GPTs and the GPT Store. Finance was one of the most active plugin categories during the beta, covering shopping payments, equities and options data, regulatory and political intelligence, and quantitative analysis.
The finance category sat at the intersection of two design goals OpenAI emphasized when it announced the plugin protocol: extending large language models past their training cutoff with current, source-of-truth information, and letting users carry out actions that required authenticated APIs. For a finance plugin, that meant the model could answer questions like "what is Apple's latest reported revenue" or "what are the top-rated semiconductor stocks today" by fetching data from a real provider rather than guessing from older training data.
A finance plugin typically exposed an ai-plugin.json manifest, an OpenAPI specification, and a backend service that served structured responses. ChatGPT used function calling-style routing under the hood to choose when to invoke a plugin, what parameters to pass, and how to summarize the response in the chat. This pattern is the direct ancestor of the actions mechanism in Custom GPTs and of broader tool use in modern agentic systems.
| Date | Event |
|---|---|
| March 23, 2023 | OpenAI announces ChatGPT plugins beta with eleven launch partners, including Klarna, KAYAK, Expedia, Instacart, FiscalNote, Wolfram, Zapier, Shopify, Slack, Speak, and Milo. |
| May 12, 2023 | Plugins rolled out broadly to ChatGPT Plus subscribers. |
| Late 2023 | Plugin store grows past 1,000 plugins; finance and investing become one of the most populated categories. |
| November 6, 2023 | OpenAI introduces Custom GPTs at DevDay, signaling a shift away from plugins. |
| March 7, 2024 | OpenAI announces the winding down of the plugins beta. |
| March 19, 2024 | New plugin installs and new plugin-powered conversations are disabled. |
| April 9, 2024 | All existing plugin conversations are shut down; the plugin platform is fully deprecated. |
The table below covers plugins that were verifiably published during the plugins beta and that fell within the finance, investing, payments, or regulatory data scopes. Each entry was confirmed against the developer's own announcement, the plugin store listing, or contemporaneous press coverage.
| Plugin | Developer | Function |
|---|---|---|
| Klarna | Klarna | Shopping search and price comparison across hundreds of thousands of retailers, with links into Klarna's pay-later checkout. |
| Wolfram | Wolfram Research | Curated computational knowledge, real-time data, and step-by-step calculations covering currency conversion, interest, present value, and statistics. |
| FiscalNote | FiscalNote | Real-time legal, political, and regulatory data including CQ congressional tracking, Roll Call coverage, and Oxford Analytica briefs. |
| Polygon (later renamed Massive) | Polygon.io | Stocks, options, forex, and crypto market data, ticker search, full option chains, and detailed financial statements. |
| AITickerChat | StockAdvisor.com | Q&A over SEC filings and earnings call transcripts for U.S.-listed equities. |
| Abridged Due Diligence | Independent | Summaries built from recent SEC filings and earnings transcripts to support equity research workflows. |
| Boolio Invest | Boolio | Quantitative factor models, screening, and backtesting on a global equities database. |
| Boo Invest | Boo | Aggregated analyst ratings and price targets from major sell-side firms plus internal quant signals. |
A few other launch-partner plugins, while not strictly finance products, were frequently used in finance-adjacent workflows. KAYAK and Expedia served corporate travel cost estimation, Instacart and Shopify connected to consumer spending and merchant data, and Zapier let analysts pipe ChatGPT outputs into spreadsheets and CRM systems.
Klarna, the Swedish buy-now-pay-later company, was one of the first eleven launch partners and described itself as among the first brands to build an integrated plugin under the OpenAI protocol. The Klarna plugin let users describe a budget or product need in natural language, for example "I have $150, which headphones can I afford," and returned curated product recommendations with deep links into Klarna's compare and checkout tools, which at launch covered roughly 500,000 retail partners. The plugin was rolled out first to U.S. and Canadian ChatGPT Plus subscribers.
The Wolfram plugin, built on Wolfram|Alpha and the Wolfram Language, gave ChatGPT a numerical and symbolic computation backend. For finance use cases, it handled deterministic math that pure language models often get wrong, including compound interest, bond pricing, internal rate of return, currency conversion at live rates, and statistical analysis of historical price series. It was widely cited in early reviews as one of the most reliable plugins because its responses were grounded in Wolfram's curated data rather than free-form generation.
FiscalNote was selected by OpenAI as the inaugural launch partner for legal, political, and regulatory data. The plugin surfaced material from CQ (congressional tracking), Roll Call (legislative news), and Oxford Analytica (geopolitical analysis). Finance users tapped it to monitor proposed legislation that could move particular stocks, sectors, or asset classes, and to brief themselves on policy risk before earnings calls or investment committee meetings.
The Polygon plugin, from market data provider Polygon.io, exposed the company's full coverage of stocks, options, forex, and crypto through ChatGPT. It supported ticker lookup, real-time and historical pricing, full option chains, news, and the standard income statement, balance sheet, and cash flow statement views. Polygon later rebranded its consumer-facing AI product to Massive, and the same plugin continued to ship under that name through the end of the beta.
A second wave of investing plugins appeared after the launch cohort.
These plugins illustrated how third-party finance services used the plugin protocol to convert ChatGPT into a thin natural language interface over their existing APIs.
Finance plugins clustered around four broad jobs.
A finance plugin had three required artifacts. First, a plugin manifest at /.well-known/ai-plugin.json that described the plugin name, logo, contact information, and authentication scheme. Second, an OpenAPI specification that listed the available endpoints and their parameters. Third, a hosted API that returned JSON responses ChatGPT could read.
Authentication options included no auth (for public data such as exchange rates), service-level API keys, OAuth for user accounts, and user-supplied keys typed into the plugin store. Klarna's product search used service-level auth, FiscalNote used a token-based scheme to gate premium content, and Polygon used user-supplied API keys so each user counted against their own data quota. The pattern of API-key plugins for paid data feeds carried directly into the actions feature in Custom GPTs.
Under the hood, ChatGPT used the same routing primitives as function calling: the model decided when a question warranted an external call, formatted the call as a JSON payload that matched the OpenAPI spec, sent the call through OpenAI's plugin runtime, and then summarized the response in the chat. This made plugins an early commercial demonstration of tool use at scale.
Finance plugins inherited several constraints that ultimately motivated OpenAI's decision to wind the program down.
Finance plugins operated against a backdrop of unsettled rules for AI in financial services. In the United States, the Securities and Exchange Commission (SEC) proposed conflict-of-interest rules in July 2023 governing how broker-dealers and investment advisers use predictive data analytics, including LLM-based tools. The Financial Industry Regulatory Authority (FINRA) issued a regulatory notice in June 2024 reminding member firms that existing supervision and recordkeeping rules apply when employees use generative AI tools. The European Union's AI Act, adopted in 2024, classifies certain financial AI use cases (such as creditworthiness scoring) as high risk and imposes documentation, monitoring, and human-oversight requirements.
Most finance plugins were positioned as informational tools rather than personalized investment advice, and chat outputs typically carried disclaimers reminding users that responses were not recommendations. Even with disclaimers, regulated firms in banking, insurance, and asset management generally used plugins behind their own compliance review processes rather than at the consumer ChatGPT surface, a pattern that has continued with successor systems.
When OpenAI shut down plugins in April 2024, the finance functions migrated along three tracks.