plugins marketplace
← All plugins

quartr

v1.0.3

Public company IR data and earnings research

Codex

by QuartrMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/quartr/ inside the repository.

Layout

plugins/quartr/
└── .codex-plugin/plugin.json

Manifests1

plugins/quartr/.codex-plugin/plugin.json
{
  "name": "quartr",
  "version": "1.0.3",
  "description": "Public company IR data and earnings research",
  "author": {
    "name": "Quartr",
    "url": "https://quartr.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Quartr",
    "shortDescription": "Public company IR data and earnings research",
    "longDescription": "Access structured first-party IR data from over 14,500+ public companies across 65 markets Quartr delivers live and recorded earnings calls, real-time and historical transcripts with speaker identification, slide presentations, filings, reports, and event summaries. Best-in-class reliability and timeliness. Ideal for financial research, investment analysis, and building data-driven workflows on top of institutional-grade public company data.\n\nYou can use Quartr for:\n\nEarnings call analysis:\n\"List forward-looking statements for NVIDIA from recent transcripts and filings that reference expected progress or results in the upcoming earnings release.\"\n\nCompetitive intelligence:\n\"Compare how semiconductor companies talk about the same end markets and demand.\"\n\nKPI tracking:\n\"What KPIs has Spotify introduced, stopped emphasizing, or reframed across its last eight quarters?\"\n\nNarrative assessment:\n\"What were the most recurring themes in analyst questions during Eli Lilly's last two earnings calls? Highlight key areas of focus and concern.\"",
    "developerName": "Quartr",
    "category": "Finance",
    "capabilities": [],
    "defaultPrompt": [
      "Find the latest relevant Quartr materials for a company.",
      "Compare recurring analyst question themes from the last two earnings calls for a company.",
      "Pull recent earnings transcripts and filings for a company and summarize forward-looking statements."
    ],
    "screenshots": [],
    "websiteURL": "https://quartr.com",
    "privacyPolicyURL": "https://quartr.com/terms-of-service/privacy-policy",
    "termsOfServiceURL": "https://quartr.com/terms-of-service",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "brandColor": "#000000"
  },
  "homepage": "https://quartr.com"
}