Skip to content

Releases: Verdenroz/finance-query

v1.5.10

20 Jan 02:26
bd5f760
Compare
Choose a tag to compare
  • removes redis dependency for security
  • makes algolia search route open source
  • updates documentation

v1.5.9

17 Jan 22:46
06d95e5
Compare
Choose a tag to compare
  • maintains scraping quotes
  • chunks quote symbols for larger lists, adapting chunk size to system metrics
  • refactors @cache to support memcache, redis is no longer mandatory for caching

v1.5.8

06 Jan 03:09
8f804cf
Compare
Choose a tag to compare
  • adds exchange mappings to scrape news for international stocks

v1.5.7

03 Jan 02:28
ed2ef26
Compare
Choose a tag to compare
  • fixes bug where sector performance did not prepend "-" or "+" to denote negative/positive

v1.5.6

24 Dec 23:46
3d15893
Compare
Choose a tag to compare
  • algorithmically calculates holiday dates
  • updates aiohttp version

v1.5.5

11 Dec 17:35
a2ddea3
Compare
Choose a tag to compare
  • indices returns more major world indices besides US markets
  • updates docs

v1.5.4

09 Dec 02:07
823fee7
Compare
Choose a tag to compare
  • returns default null values if scraping quotes fails
  • general print statements clean up

v1.5.3

20 Nov 18:11
bd2baa9
Compare
Choose a tag to compare
  • adds routes to check if market is opened/closed/early close
  • unifies similar quotes for etfs and stocks together
  • removes duplicate code in sockets
  • handles exceptions in profile sockets

v1.5.2

12 Nov 03:04
a6d05a0
Compare
Choose a tag to compare
  • adds ping route to test connection
  • updates health route with docs and makes report clearer
  • organizes security checks
  • makes health and ping public, but rate limits health to once per 30 minutes

v1.5.1

07 Nov 02:19
25119af
Compare
Choose a tag to compare
  • adds health check
  • general bug fixes