Async Price Data Load with aiohttp and asyncpg

Опубликовано: 05 Октябрь 2024
на канале: Part Time Larry
12,499
350

I'm starting a new channel on AI at    / @parttimeai  , please subscribe!

In this video, I show you how to fetch 5 minute bar data for all holdings in the ARK ETFs. I demonstrate how to make hundreds of HTTP requests to the polygon.io endpoints concurrently with aiohttp and write the data to a PostgreSQL database with asyngpg.