Skip to content

Instantly share code, notes, and snippets.

@markunsworth
Last active December 26, 2015 08:09
Show Gist options
  • Save markunsworth/7119801 to your computer and use it in GitHub Desktop.
Save markunsworth/7119801 to your computer and use it in GitHub Desktop.
{
"name": "ARM Holdings PLC",
"identifier": "$ARMH",
"startdate": "2012-12-31T00:00:00Z",
"enddate": "2013-01-02T00:00:00Z",
"datapoints": [
{
"date": "2013-01-01T00:00:00Z",
"sentiment": {
"current": -19,
"previous": -4,
"change": -15
},
"volume": {
"change": 6
}
},
{
"date": "2012-12-31T00:00:00Z",
"sentiment": {
"current": -4,
"previous": -40,
"change": 36
},
"volume": {
"change": 456
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment