Default

Country Metadata

List all countries and metadata.

get/country

Response

successful operation

countrystring

Country name

code2string

Alpha 2 code

code3string

Alpha 3 code

codeNostring

UN code

currencystring

Currency name

currencyCodestring

Currency code

regionstring

Region

subRegionstring

Sub-Region

ratingstring

Moody's credit risk rating.

defaultSpreadnumber float

Default spread

countryRiskPremiumnumber float

Country risk premium

equityRiskPremiumnumber float

Equity risk premium

Example response

[
  {
    "country": "country",
    "code3": "code3",
    "code2": "code2",
    "subRegion": "subRegion",
    "codeNo": "codeNo",
    "equityRiskPremium": 1.4658129,
    "defaultSpread": 0.8008282,
    "rating": "rating",
    "currency": "currency",
    "region": "region",
    "currencyCode": "currencyCode",
    "countryRiskPremium": 6.0274563
  }
]

Changes

Changed in 5 of the 35 revisions of this API.18

    • added the optional property items/countryRiskPremium to the response with the 200 status

      response-optional-property-added

    • added the optional property items/defaultSpread to the response with the 200 status

      response-optional-property-added

    • added the optional property items/equityRiskPremium to the response with the 200 status

      response-optional-property-added

    • added the optional property items/rating to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/region to the response with the 200 status

      response-optional-property-added

    • added the optional property items/subRegion to the response with the 200 status

      response-optional-property-added

    • api tag Default added

      api-tag-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog