v3
latestSwagger 2.02026-08-067506752.0 MBstock
Return the history of stock prices
get/v1/stock
Query parameters
symbolstring
Symbol to query
typestring
Types of valuations to retrieve
fromstring date
Date to start from
limitinteger
Number of results to return
Response
successful operation
Example response
{
"data": [
{
"id": "588f7ee98f138b19220041a7",
"orgId": "588f7ee98f138b19220041a7",
"stock": "GOOG",
"updateAt": "2017-01-24T13:57:52Z",
"updateId": "588f7ee98f138b19220041a7",
"updateBehalfId": "588f7ee98f138b19220041a7",
"updateAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
}
}
],
"access": [
{
"ids": [
"588f7ee98f138b19220041a7"
]
}
]
}