Skip to content

Instantly share code, notes, and snippets.

@tardieu
Last active June 21, 2021 13:25
Show Gist options
  • Save tardieu/4de81877bd3d982e2d8e7edf8583c644 to your computer and use it in GitHub Desktop.
Save tardieu/4de81877bd3d982e2d8e7edf8583c644 to your computer and use it in GitHub Desktop.
aapl.py - source
source_config = dict(
kind='http-source',
url='http://financialmodelingprep.com/api/v3/quote-short/AAPL?apikey=demo',
period=3000)
source = rayvens.Stream('http', source_config=source_config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment