---
title: "Country Metadata"
method: GET
path: "/country"
tags: ["Default"]
---

# Country Metadata

`GET /country`

List all countries and metadata.

## Response `200`

successful operation

- CountryMetadata[]
  - `country` string — Country name
  - `code2` string — Alpha 2 code
  - `code3` string — Alpha 3 code
  - `codeNo` string — UN code
  - `currency` string — Currency name
  - `currencyCode` string — Currency code
  - `region` string — Region
  - `subRegion` string — Sub-Region
  - `rating` string — Moody's credit risk rating.
  - `defaultSpread` number, float — Default spread
  - `countryRiskPremium` number, float — Country risk premium
  - `equityRiskPremium` number, float — Equity risk premium

## Changes

- **2023-10-17** `916ab58ae589` — 4 info
  - added the optional property `items/countryRiskPremium` to the response with the `200` status
  - added the optional property `items/defaultSpread` to the response with the `200` status
  - added the optional property `items/equityRiskPremium` to the response with the `200` status
  - added the optional property `items/rating` to the response with the `200` status
- **2021-09-30** `68fd4e14a745` — 2 info
  - added the optional property `items/region` to the response with the `200` status
  - added the optional property `items/subRegion` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-09** `9710addc4f34` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/country/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
