{
  "info": {
    "name": "Nasdaq — mcp.ai",
    "description": "REST API for the Nasdaq MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/nasdaq",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "nasdaq_get_analyst_ratings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/analyst/ratings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "analyst",
            "ratings"
          ]
        },
        "description": "Retrieves comprehensive analyst ratings and target price data for a stock symbol from Zacks Investment Research. Returns current and historical (1-3 months ago) rating counts across all rating categor",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_datatable",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/datatable",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "datatable"
          ]
        },
        "description": "Tool to request a bulk export of a NASDAQ Data Link datatable. Returns a download link for a zipped CSV file containing the entire table data, bypassing the standard 10,000 row limit. Use this when yo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatable_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_datatable_metadata",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/datatable/metadata",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "datatable",
            "metadata"
          ]
        },
        "description": "Tool to retrieve metadata for a NASDAQ Data Link datatable. Returns complete schema information including column definitions, data types, filterable columns, primary keys, premium status, and refresh ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatable_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_dividend_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dividend/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dividend",
            "history"
          ]
        },
        "description": "Retrieves quarterly dividend-related fundamentals for a specific stock ticker from SHARADAR SF1 database. Returns dividend metrics including DPS (dividend per share), dividend yield, payout ratio, and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"ticker\": \"\",\n  \"qopts.columns\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_real_time_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/real/time/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "real",
            "time",
            "quote"
          ]
        },
        "description": "Retrieves end-of-day historical stock price data for a specific ticker symbol from the QUOTEMEDIA database. Returns OHLC (Open, High, Low, Close) prices, volume, and dividend/split information. Note: ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticker\": \"\",\n  \"date_gte\": \"\",\n  \"date_lte\": \"\",\n  \"per_page\": 0,\n  \"cursor_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_table_row",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/table/row",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "table",
            "row"
          ]
        },
        "description": "Retrieves rows from a NASDAQ Data Link datatable by filtering on a specified column and value. This action queries NASDAQ Data Link datatables (e.g., SHARADAR/SF1 for fundamental data, SHARADAR/TICKER",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"columns\": \"\",\n  \"datacode\": \"\",\n  \"datatable_code\": \"\",\n  \"filter_column_name\": \"\",\n  \"filter_column_value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasdaq_get_tables_by_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tables/by/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tables",
            "by",
            "date"
          ]
        },
        "description": "Retrieves Nasdaq Data Link datatables (databases) that were last updated on a specific date. This action fetches all available datatables from Nasdaq Data Link's catalog and filters them by their last",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"target_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}