SkillAgentSearch skills...

IQFeed

Python - IQ DTN Feed Historical Data Download & Cache

Install / Use

npx skills add luketighe/IQFeed

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

IQFeed

Python - IQ DTN Feed Historical Data Download & Cache

IQ DTN Feed Historical Symbol Download. Downloads the symbol data in CSV format and stores it in a local directroy. If we already have the symbol data downloaded, it will not hit IQ DTN Feed again, it will simple use the local data. To flush the local CSV file, simply delete the directory.

Constructor enables you to specify a start and end date for the symbol data as well as the frequency. Great for making sure data is consistent.

Simple usage example:

from iqfeed import historicData

dateStart = datetime.datetime(2014,10,1)
dateEnd = datetime.datetime(2015,10,1)        
    
iq = historicData(dateStart, dateEnd, 60)
symbolOneData = iq.download_symbol(symbolOne)

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2y ago
Forks12

Languages

Python

Security Score

60/100

Audited on Oct 21, 2023

No findings