Historical SS Data

GET /historical_ss_data/{ticker}

Get historical SS Data for a ticker

Path parameters

  • ticker string Required

Responses

  • 200

    Successful Response

  • 422

    Validation Error

    Hide response attribute Show response attribute object
GET /historical_ss_data/{ticker}
curl \
 -X GET https://api.bam.money/historical_ss_data/{ticker}?api_key=api_token_value
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}