Skip to content

Instantly share code, notes, and snippets.

@StephenDRoberts
Created August 21, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenDRoberts/6337bd8dedfd56b59d91f4d11ccd58ed to your computer and use it in GitHub Desktop.
Save StephenDRoberts/6337bd8dedfd56b59d91f4d11ccd58ed to your computer and use it in GitHub Desktop.
Dummy Data
{
"total": 2518,
"offset": 0,
"results": [
{
"date": "2010-02-01",
"open": "28.4",
"high": "28.48",
"low": "27.92",
"last": "28.41",
"volume": 85931096
},
{
"date": "2010-02-02",
"open": "28.37",
"high": "28.5",
"low": "28.14",
"last": "28.46",
"volume": 54413656
},
{
"date": "2010-02-03",
"open": "28.22",
"high": "28.79",
"low": "28.12",
"last": "28.63",
"volume": 61397848
},
{
"date": "2010-02-04",
"open": "28.36",
"high": "28.5",
"low": "27.81",
"last": "27.84",
"volume": 77849968
}
],
"responseStatus": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment