-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Free data for the poor poors #26
Comments
Tried manually hitting the Maybe someone else can test it a few times as well? Shell command is:
(oh sorry EDIT: just benchmarked very early morning and am getting better results. Note that we can get pretty decent fundamentals data as well as bid/asks. |
Unfortunately, alpha vantage only gives minute interval prices quotes which doesn't compete all that well with other actual real-time brokers (QT, robinhood). What is neat though is they provide a decent list of technical indicators which could be used for cross referencing purposes down the line. |
TD Ameritrade offers free L2 data (2 rps) and an API for it. Huff, and I just closed down that account last year. Full instructions how to get it working on reddit. |
Here's a little lecture on quantitative economics and includes some online data resources and how to scrape them into |
Huh, Look like |
An FYI, IEX is moving their non-IEX data from their 1.0 api to the new https://iexcloud.io/. |
Open data sets from socrata. |
Woot! Looks like someone has reverse engineered the I've open an issue tedchou12/webull#64 asking about an async client; so far just 👻s. We should add a backend stat! |
Alpaca just added free streaming US exchange data |
Looks like yahoo actually has free streaming as well: Update: btw i tried this but the feed is pretty gawd slow arful so not sure it's worth it over just going to IEX or alpaca directly. |
Cute crawler: https://github.com/FinanceData/FinanceDataReader |
Not free, but $10 per month for data and zero commission stock and options trades: Platforms listed at APIs at https://developer.tradier.com/ straightforward REST API for queries, HTTP push and websocket streaming updates. UPDATE (goodboy): |
Don't know why we don't already have the |
Some good free endpoints, stocks/currencies all kinds of useful stuff: |
Consider this a running list of new data sources we should add.
I was reading through the
pandas_datareader
see-also docs as part of #21 and found the awesome quant data sources list!We should do a thorough investigation to see what is useful!
Let's organize by section:
iex
relatedhttp 'https://api.iextrading.com/1.0/tops/last?symbols=spy,qqq,iwm,gld'
iex
cloud api docs which require a keyiexfinance
is the py pkgyahoo
miscellaneous
alpaca
alpaca
sent some pump email about a new "2.0" api but it seems they're still just relaying iex data with free plansThe text was updated successfully, but these errors were encountered: