Sign in

Download symbols backups

documented

Download backups for symbol metrics on a given date.

GET /symbols/backups/{metric}/{year}/{month}/{day}Firestreamno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://firestream.stocktwits.com/symbols/backups/{{$file_type}}/{{$year}}/{{$month}}/{{$day}}" \
  -u "{{STOCKTWITS_USERNAME}}:{{STOCKTWITS_SECRET}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"