Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Create an account: Sign up at https://massive.com (Polygon.io is now Massive). The free Basic plan works for testing: it includes end-of-day stock data, 2 years of history, and 5 API calls per minute.
  2. Copy your API key: Open https://massive.com/dashboard/keys and copy the API key shown for your account. Existing Polygon.io keys keep working.
  3. Store the key: Set the key as POLYGON_API_KEY. It is sent as an Authorization: Bearer header on every request.
  4. Verify access: Call the Get Previous Close tool with a ticker like AAPL. A 401 means the key is invalid; a 429 means you hit the 5 requests/minute limit on the free plan.
  • Polygon.io was renamed to Massive in October 2025; api.polygon.io and api.massive.com run in parallel and accept the same keys, so this connector’s api.polygon.io endpoints continue to work.
  • All five tools are available on the free Basic plan; data recency depends on your plan (end-of-day on Basic, 15-minute delayed on Starter/Developer, real-time on Advanced).
  • The free Basic plan is limited to 5 API calls per minute; exceeding it returns HTTP 429.
Provider API reference: https://massive.com/docs/rest/quickstart

Tools

Example prompts

  • Get daily price bars for a ticker I provide over the last month using Polygon.io and summarize the trend.
  • Look up the previous trading day’s open, high, low, and close for a ticker I provide.
  • Search Polygon.io reference data for a company name I provide and show the matching ticker symbols with their exchanges.