Skip to Content
Python Algorithmic Trading Cookbook
book

Python Algorithmic Trading Cookbook

by Pushpak Dagade
August 2020
Beginner to intermediate content levelBeginner to intermediate
542 pages
10h 50m
English
Packt Publishing
Content preview from Python Algorithmic Trading Cookbook
Stock Markets - Primer on Trading

When building algorithmic trading systems, it is essential to have an account open with a modern broker that provides APIs for placing and querying trades programmatically. This allows us to control the broking account, which is conventionally operated manually using the broker's website, using our Python script, which would be part of our larger algorithmic trading system. This chapter demonstrates various essential recipes that introduce the essential broker API calls needed for developing a complete algorithmic trading system.

This chapter covers the following recipes:

  • Setting up Python connectivity with the broker
  • Querying a list of instruments
  • Fetching an instrument
  • Querying a list of exchanges
  • Querying ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Algorithmic Trading Cookbook

Python for Algorithmic Trading Cookbook

Jason Strimpel
Python Cookbook, 3rd Edition

Python Cookbook, 3rd Edition

David Beazley, Brian K. Jones

Publisher Resources

ISBN: 9781838989354Supplemental Content