Moody's Analytics Time Series

An economic, demographic, or financial time series returned from the Moody's Analytics Data Buffet API.

AnalyticsCatastrophe RiskClimate RiskComplianceCredit RatingsEconomic DataESGFinancial DataKYCRiskFortune 1000

Properties

Name Type Description
mnemonic string Unique series identifier in Moody's Data Buffet.
name string
description string
geography string ISO country / region code.
source string Originating data provider (e.g. BLS, BEA, IMF, Eurostat).
category string
frequency string
transformation string
units string
vintage string Vintage / publication tag for forecast series.
observations array
View JSON Schema on GitHub

JSON Schema

moodys-corporation-time-series-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/moodys-corporation/json-schema/moodys-corporation-time-series-schema.json",
  "title": "Moody's Analytics Time Series",
  "description": "An economic, demographic, or financial time series returned from the Moody's Analytics Data Buffet API.",
  "type": "object",
  "required": ["mnemonic", "frequency", "observations"],
  "properties": {
    "mnemonic": { "type": "string", "description": "Unique series identifier in Moody's Data Buffet." },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "geography": { "type": "string", "description": "ISO country / region code." },
    "source": { "type": "string", "description": "Originating data provider (e.g. BLS, BEA, IMF, Eurostat)." },
    "category": { "type": "string" },
    "frequency": {
      "type": "string",
      "enum": ["Daily","Weekly","Monthly","Quarterly","Annual"]
    },
    "transformation": {
      "type": "string",
      "enum": ["None","PctChange","YoYPctChange","Difference","Log","Index"]
    },
    "units": { "type": "string" },
    "vintage": { "type": "string", "description": "Vintage / publication tag for forecast series." },
    "observations": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["date", "value"],
        "properties": {
          "date": { "type": "string", "format": "date" },
          "value": { "type": ["number", "null"] }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/moodys-corporation-time-series"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.