Stock Trading App Tutorial [Part 05] - Price Data Feeds

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

ALPACA API IS ON OF THE FASTEST APIS I WORK WITH

THANK YOU A LOT LARRY PART TIME

FireFly
Автор

#Part Time Larry wanted to say thank you man for posting this, we all appreciate the excellent content you provide.

revenge
Автор

alpaca does not have anymore polygon as far as I read. What is the cheapest alternative?

trocchiettoski
Автор

Did anyone figure how to get price data from Binance?

keijokalle
Автор

Loving the videos, really enjoying getting an insight into all these different modules and frameworks! Do you have any tutorials that use the Django framework?

Millio__reallio
Автор

Hi lovely men ! I have an error like this """AttributeError: 'REST' object has no attribute 'get_barset' """. would you please help me why. Thank you.

GodX
Автор

Excellent video, are you storing historical prices for all those 9k stocks? I just notice that the maximum amount of bars that alpaca provides is 1000. thanks for the video

bartolete-xe
Автор

How to get the real-time stock market data for mobile application like top gainers and top losers ( Indian stock market -NSE)

JarvisAlgo
Автор

beautiful! thank you for this tutorial

awan
Автор

Hi dear Larry, now I just go by your videos one by one. It’s seem to be Alpaca API have changed something, right?. Some functions/ Syntax are different from your code before

GodX
Автор

Thanks for the excellent series! I was wondering how the insert can be enhanced so that we don't have to drop the table each time we populate the price data. Currently if you populate the table a 2nd time it just creates duplicate records for each run. Is there a way to add a condition to only INSERT if the record is not there?

ishudshutup
Автор

I'm not sure why exactly you chose SQL -- i feel like a numpy / pandas combination would be easier

JupyterJunkie
Автор

i think alpaca changed get_barset function name to get_bars but I cannot access the data. I am getting invalid timeframe: invalid timeframe format" error. Can anyone get the data?

namesanddames
Автор

Due to the fact that I am not US resident, I cant get alpaca API :( :( :(

muhammeda
Автор

Wouldn't it be more convenient to store prices data not in one table in case you need to insert new record in the middle of one table. For what purpose do we store it in just one table, Larry?
May be this question is already adressed in later video, but I am curious about how one can affordlesly analyze this data sets with pandas without scanning one-big table and parsing it to figure out newest records of each symbol.

Ans_oa
Автор

This is a great tutorial Part Time Larry. Thank you!

Has anyone come across this error below, and know of a workaround?
invalid symbol(s): DAI/USD, AAVE/USDT, UNI/BTC

joshuaherbert