Skip to content

Commit

Permalink
update file path handling
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Apr 19, 2022
1 parent e94a07d commit 15e4a70
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions stock/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,43 +41,5 @@
"low": 115.83,
"date": "2020-10-01"
}
}],
"orderBook": [{
"title": "Order book history",
"description": "Returns historic order book for a given date",
"request": {
"stock": "AAPL",
"date": "2020-10-01",
"start": "2020-10-01T10:00:00Z",
"end": "2020-10-01T11:00:00Z",
"limit": 3
},
"response": {
"symbol": "AAPL",
"date": "2020-10-01",
"orders": [
{
"ask_price": 117.49,
"bid_price": 117.3,
"ask_size": 1,
"bid_size": 1,
"timestamp": "2020-10-01T10:00:02.672770187Z"
},
{
"ask_price": 117.47,
"bid_price": 117.35,
"ask_size": 2,
"bid_size": 1,
"timestamp": "2020-10-01T10:00:33.258111144Z"
},
{
"ask_price": 117.47,
"bid_price": 117.3,
"ask_size": 2,
"bid_size": 2,
"timestamp": "2020-10-01T10:00:33.386282508Z"
}
]
}
}]
}

0 comments on commit 15e4a70

Please sign in to comment.