Files
services/examples/stock/history/curl/getHistoricData.sh
2021-09-16 12:52:36 +01:00

7 lines
180 B
Bash
Executable File

curl "https://api.m3o.com/v1/stock/History" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"date": "2020-10-01",
"stock": "AAPL"
}'