{
  "info": {
    "name": "EODHD APIs — mcp.ai",
    "description": "REST API for the EODHD APIs 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/eodhd_apis",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "eodhd_apis_get_eod_yahoo_style",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eod/yahoo/style",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eod",
            "yahoo",
            "style"
          ]
        },
        "description": "Retrieves end-of-day historical stock price data using Yahoo Finance style parameters via EODHD API. Returns OHLCV (Open, High, Low, Close, Volume) data plus adjusted close prices for stocks, ETFs, mu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"a\": \"\",\n  \"b\": \"\",\n  \"c\": \"\",\n  \"d\": \"\",\n  \"e\": \"\",\n  \"f\": \"\",\n  \"g\": \"\",\n  \"s\": \"\",\n  \"fmt\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_id_mapping",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/id/mapping",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "id",
            "mapping"
          ]
        },
        "description": "Tool to convert between different security identifiers (CUSIP, ISIN, FIGI, LEI, CIK, ticker symbol). Use when you need to map one type of identifier to another, normalize portfolio data, or cross-refe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fmt\": \"\",\n  \"filter_ex\": \"\",\n  \"filter_cik\": \"\",\n  \"filter_lei\": \"\",\n  \"page_limit\": 0,\n  \"filter_figi\": \"\",\n  \"filter_isin\": \"\",\n  \"page_offset\": 0,\n  \"filter_cusip\": \"\",\n  \"filter_symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_macro_indicators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/macro/indicators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "macro",
            "indicators"
          ]
        },
        "description": "Retrieve macroeconomic indicator data for a specific country from EODHD. Returns historical time series data for economic indicators like GDP, inflation, unemployment, population, and many more. Data ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"country\": \"\",\n  \"indicator\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_mutual_funds_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mutual/funds/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mutual",
            "funds",
            "data"
          ]
        },
        "description": "Retrieves comprehensive fundamental data for mutual funds via EODHD API. Returns fund details including general information (name, family, inception date, summary), asset allocation (cash, stocks, bon",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter\": \"\",\n  \"ticker\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_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 real-time (delayed 15-20 minutes for stocks, ~1 minute for forex) OHLCV data for stocks, forex, and cryptocurrencies. Returns latest 1-minute bar with open, high, low, close, volume, previou",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"s\": \"\",\n  \"fmt\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_real_time_websocket_forex",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/real/time/websocket/forex",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "real",
            "time",
            "websocket",
            "forex"
          ]
        },
        "description": "Provides WebSocket connection details for real-time FOREX currency pair data from EODHD. Returns the WebSocket endpoint URL and subscription message needed to receive live bid/ask prices with ~50ms la",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbols\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_real_time_websocket_us_trade",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/real/time/websocket/us/trade",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "real",
            "time",
            "websocket",
            "us",
            "trade"
          ]
        },
        "description": "Tool to retrieve real-time trade data for the US market via WebSocket. Use when live updates for specific US symbols are required. Example: subscribe to ['AAPL', 'GOOG'].",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action\": \"\",\n  \"symbols\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_user_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "info"
          ]
        },
        "description": "Retrieve current user account information and API usage statistics from EODHD. Returns details including subscription type, daily rate limits, number of API requests made, email, name, and payment met",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fmt\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_get_ust_yield_rates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ust/yield/rates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ust",
            "yield",
            "rates"
          ]
        },
        "description": "Retrieve US Treasury yield curve rates from EODHD API. Returns historical par yield data across all maturities (1 month, 6 months, 1 year, 2 years, 5 years, 10 years, 30 years, etc.). Use this when yo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"to\": \"\",\n  \"from\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"filter_year\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_list_exchanges",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/exchanges",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "exchanges"
          ]
        },
        "description": "Retrieve a list of all supported stock exchanges from EODHD API. Returns exchange codes, names, countries, and currencies for 70+ global exchanges. Use this when you need to discover available exchang",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fmt\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "eodhd_apis_search_instruments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/instruments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "instruments"
          ]
        },
        "description": "Search for stocks, ETFs, mutual funds, bonds, and indices by ticker symbol, company name, or ISIN. Use when you need to find instruments by name or identifier, discover available tickers, or look up s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"exchange\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}