curl -X GET API endpoint / daily / 1 / ticker / tsla / token / your-token-here
{
"response": [
{
"day": "2024-01-02",
"high": 251.25,
"last": 248.42,
"low": 244.41,
"open": 25008,
"volume": 104342669
}
],
"error": null,
"timer": 0.8131471449904
}
curl -X GET API endpoint / daily / 1 / ticker / spy / token / your-token-here
{
"response": [
{
"day": "2024-01-02",
"high": 473.67,
"last": 472.65,
"low": 470.49,
"open": 47216,
"volume": 122282217
}
],
"error": null,
"timer": 0.7122013442929
}
curl -X GET API endpoint / daily / 2 / ticker / spy / token / your-token-here
{
"response": [
{
"day": "2024-01-02",
"high": 473.67,
"last": 472.65,
"low": 470.49,
"volume": 122282217
}
{
"day": "2023-12-29",
"high": 477.03,
"last": 475.31,
"low": 473.30,
"volume": 121511978
}
],
"error": null,
"timer": 0.3094588062609
}
curl -X GET API endpoint / daily / 2 / ticker / spy / sort / asc / token / your-token-here
{
"response": [
{
"day": "2023-12-29",
"high": 477.03,
"last": 475.31,
"low": 473.30,
"volume": 121511978
}
{
"day": "2024-01-02",
"high": 473.67,
"last": 472.65,
"low": 470.49,
"volume": 122282217
}
],
"error": null,
"timer": 0.5880849945881
}
curl -X GET API endpoint / weekly / 1 / ticker / spy / token / your-token-here
{
"response": [
{
"day": "",
"high": ,
"last": ,
"low": ,
"open": ,
"volume":
}
],
"error": null,
"timer":
}
curl -X GET API endpoint / weekly / 2 / ticker / spy / token / your-token-here
curl -X GET API endpoint / weekly / 2 / ticker / spy / sort / asc / token / your-token-here
curl -X GET API endpoint / daily / 1 / ticker / tsla / token / your-token-here
{
"response": [
{
"day": "2024-01-02",
"high": 251.25,
"last": 248.42,
"low": 244.41,
"open": 25008,
"volume": 104342669
}
],
"error": null,
"timer": 0.8131471449904
}
curl -X GET API endpoint / daily / 2 / ticker / tsla / token / your-token-here
{
"response": [
{
"day": "2024-01-02",
"high": 251.25,
"last": 248.42,
"low": 244.41,
"volume": 104342669
}
{
"day": "2023-12-29",
"high": 255.19,
"last": 248.48,
"low": 247.43,
"volume": 100515551
}
],
"error": null,
"timer": 0.5635584951597
}
curl -X GET API endpoint / daily / 2 / ticker / tsla / sort / asc / token / your-token-here
{
"response": [
{
"day": "2023-12-29",
"high": 255.19,
"last": 248.48,
"low": 247.43,
"volume": 100515551
}
{
"day": "2024-01-02",
"high": 251.25,
"last": 248.42,
"low": 244.41,
"volume": 104342669
}
],
"error": null,
"timer": 0.1502030301847
}
curl -X GET API endpoint / weekly / 1 / ticker / tsla / token / your-token-here
{
"response": [
{
"day": "",
"high": ,
"last": ,
"low": ,
"open": ,
"volume":
}
],
"error": null,
"timer":
}
curl -X GET API endpoint / weekly / 2 / ticker / tsla / token / your-token-here
curl -X GET API endpoint / weekly / 2 / ticker / tsla / sort / asc / token / your-token-here