All data sources

IEA Statistics

No authiea

International Energy Agency (IEA) statistics — global energy balances, electricity generation by fuel, and CO2 emissions by country. No auth. DATA: getIndicator (one indicator filtered client-side by country/product/flow/year). RULES: 1. country uses IEA codes (USA, CHINA, RUS, AUS), not full names. 2. Known indicators: TESbySource, TFCbySource, ElecGenByFuel, CO2BySector, CO2Intensity. Products: COAL, NATGAS, MTOTOIL, NUCLEAR, HYDRO, GEOTHERM, COMRENEW. 3. Overlaps the eia connector's international/CO2 routes (different source). Each indicator returns the full series — getIndicator filters + caps; cached 24h.

Provenance

PublisherIEA Statistics

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (2)

  • getIndicator

    read

    Fetch an IEA indicator filtered by country (IEA code), product, flow, and year range.

    Required paramsindicator
    Input schema
    {
      "type": "object",
      "properties": {
        "indicator": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "product": {
          "type": "string"
        },
        "flow": {
          "type": "string"
        },
        "fromYear": {
          "type": "number"
        },
        "toYear": {
          "type": "number"
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false,
      "required": [
        "indicator"
      ]
    }
  • getServiceInfo

    read

    Known indicators, product codes, and the country-code/full-series quirks.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }