← All plugins
fiscal-ai
v1.0.3Audit-ready financial data and equity research
Codex
by Fiscal AIMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/fiscal-ai/ inside the repository.
Layout
plugins/fiscal-ai/
└── .codex-plugin/plugin.json
Manifests1
plugins/fiscal-ai/.codex-plugin/plugin.json
{
"name": "fiscal-ai",
"version": "1.0.3",
"description": "Audit-ready financial data and equity research",
"author": {
"name": "Fiscal AI",
"url": "https://fiscal.ai"
},
"homepage": "https://fiscal.ai",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Fiscal AI",
"shortDescription": "Audit-ready financial data and equity research",
"longDescription": "Access institutional-grade financial data directly within ChatGPT. Fiscal.ai delivers fundamental metrics and ratios minutes after earnings are reported, with every figure verifiable via direct links to the source filing. Beyond core financials, Fiscal.ai provides company-specific KPIs, revenue segments, and adjusted metrics. Combined with historical and current market quotes, it enables grounded, audit-ready equity research with unmatched speed.",
"developerName": "Fiscal AI",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://fiscal.ai",
"defaultPrompt": [
"Search Fiscal AI for a company and summarize recent financials, filings, and key risks.",
"Compare revenue growth, margins, and valuation for this peer set in Fiscal AI.",
"Find Fiscal AI insights for this ticker and highlight the most important takeaways."
],
"brandColor": "#1A1B26",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}