Query PostgreSQL Price Database Using SQLAlchemy, Python & Pandas

preview_player
Показать описание
Learn how to query a price database using SQLAlchemy to get crypto, stocks, futures, and forex OHLCV price data using Python & Pandas.

0:00 Introduction
0:22 Get Imports Including Model & PSQL
0:33 Symbol & MinuteBar Tables for Crypto, Stocks, Futures & Forex
1:45 Create Get Symbols Function
3:39 Create Get MinuteBars Function
5:20 Define SQLAlchemy Query
7:23 Query Database with Pandas

#crypto
#python
#pandas
#trading
#backtesting
---
---
Рекомендации по теме
Комментарии
Автор

Now that we've got the data, we can start creating some algo trading strategies. Let me know if there is any specific strategy you would be interested in backtesting, or if there's any way I could improve this content. Thanks!

AnalyzingAlpha
Автор

I've just started learning databases this month. I really just want to pull out my hair figuring out all the syntax. You make it all look so easy. Hopefully I could be half as good as you soon.

paulka