Skip to content

ivan-vasilev/atpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event-based Algorithmic Trading For Python

Event-based Algorithmic trading library. The events implementation is pyevents library. The features are:

  • Real-time and historical bar and tick data from IQFeed via @pyiqfeed. The data is provided as pandas multiindex dataframes. For this to work, you need IQFeed subscription.
  • API integration with Quandl and INTRINIO.
  • Storing and retrieving historical data and other datasets with PostgreSQL and InfluxDB. Again, the data is provided via pandas dataframes.
  • Placing orders via the Interactive Brokers Python API. For this to work, you need to have IB account.

For more information on how to use the library please check the unit tests.

Releases

No releases published

Packages

No packages published

Languages