Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Release v0.2.7

Compare
Choose a tag to compare
@timkpaine timkpaine released this 24 Oct 03:57
· 494 commits to main since this release
a82e962

New

  • Finish remaining rules engine apis
  • add async wrappers of marketdata.http with aiohttp
  • add async generators of all SSE endpoints with aiohttp-sse-client
  • add newsSSE endpoint
  • add sentimentSSE endpoint
  • add SSE and SSEAsync wrappers of
    • stocksUSNoUTP
    • stocksUS
    • stocksUS1Second
    • stocksUS5Second
    • stocksUS1Minute

Readded

  • re-add Stocktwits sentiment premium endpoint
  • re-add web socket streaming for now

Cleanup and Bugfixes

  • miscellaneous cleanup
  • common.py consolidation of get/post/delete wrappers
  • more wraps cleanup