QuantConnect / Lean.DataSource.Polygon

LEAN Polygon Data Source
3 stars 5 forks source link

Historical data when symbol was restructured (renamed) #11

Closed Romazes closed 6 months ago

Romazes commented 7 months ago

Description

Currently, our data source is set up to handle some pretty ancient data, but I noticed that to get the most accurate information, it's crucial to use specific ticker names for requests.

Here's what I've done:

These changes should help improve the accuracy and reliability of our data.

Related Issue

N/A

Related PR

Motivation and Context

With this pull request, you'll be able to test your algorithms in real-time (well, in backtesting) using the ancient data available. How cool is that? No more manual downloads or extra steps. Just specify the specific ticker name for your requests, and you're all set for accurate financial analysis or data processing. Let's make your testing process smoother than ever!

Requires Documentation Change

N/A

How Has This Been Tested?

Write specific test cases.

Types of changes

Checklist: