Quant Journey

Quant Journey

Share this post

Quant Journey
Quant Journey
#4 AlgoTrade Beginner's Course: Further into DB
Zero to Hero

#4 AlgoTrade Beginner's Course: Further into DB

Jakub's avatar
Jakub
Jan 11, 2024
∙ Paid
2

Share this post

Quant Journey
Quant Journey
#4 AlgoTrade Beginner's Course: Further into DB
Share

Let’s dig into DB.

graphs of performance analytics on a laptop screen
Photo by Luke Chesser on Unsplash

1. Indexing the DataFrame

Indexing is crucial for efficient data retrieval, especially for time series data. You can set the timestamp as the index before uploading the data to the Arctic database.

def upload_to_arctic(ticker, start_date, end_date):
    data = fetch_stock_data(ticker, start_date, end_date…

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 Quant Journey with Code
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share