Skip to content

Instantly share code, notes, and snippets.

@markunsworth
Last active December 26, 2015 05:59
Show Gist options
  • Save markunsworth/7104240 to your computer and use it in GitHub Desktop.
Save markunsworth/7104240 to your computer and use it in GitHub Desktop.
List assets JSON response
{
"meta":{
"page":1,
"pagesize": 100,
"items": 2,
"total_items": 2
},
"assets": [
{
"name": "Anglo American PLC",
"type": "Equity",
"identifiers": [
{
"identifier": "AAL:LN",
"type": "Bloomberg"
},
{
"identifier": "AAL.L",
"type": "Reuters"
},
{
"identifier": "GB00B1XZS820",
"type": "ISIN"
}
]
},
{
"name": "ARM Holdings PLC",
"type": "Equity",
"identifiers": [
{
"identifier": "ARM:LN",
"type": "Bloomberg"
},
{
"identifier": "ARMH:US",
"type": "Bloomberg"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment