Skip to main content
Skip table of contents

2.2.9 COUNTRIES

Description: Displays list of all countries within Inframetrics as three-letter ISO codes.

Method: GET

Path: /data-service/v2/yields/countries

Query

CODE
/data-service/v2/yields/countries

Response

CODE
{
    "data": {
        "results": [
            "AUS",
            "AUT",
            "BEL",
            "BRA",
            "CAN",
            "CHE",
            "CHL",
            "CHN",
            "COL",
            "DEU",
            "DNK",
            "ESP",
            "FIN",
            "FRA",
            "GBR",
            "HKG",
            "HUN",
            "IRL",
            "ITA",
            "JPN",
            "MYS",
            "NLD",
            "NOR",
            "NZL",
            "PHL",
            "POL",
            "PRT",
            "SGP",
            "SVK",
            "SWE",
            "THA",
            "TUR",
            "USA",
            "XXX"
        ]
    },
    "metaData": [
        {
            "dataCount": 34
        }
    ]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.