---
title: Python SDK FAQs
description: If you're using the Python SDK, here are answers to some common questions.
---

[Skip to content](https://help.intrinio.com/python-sdk-faqs#main-content)

English

Show submenu for translations

![intrinio_help_center@2x.png\]](https://help.intrinio.com/hs-fs/hubfs/intrinio_help_center@2x.png?height=40&name=intrinio_help_center@2x.png)

- [Default HubSpot Blog](https://intrinio-5221964.hs-sites.com/blog)

Open main navigation

Close main navigation

- [Default HubSpot Blog](https://intrinio-5221964.hs-sites.com/blog)
- English
  
  Show submenu for translations
- Contact us

 Contact us

 Hello, how can we help you?

- There are no suggestions because the search field is empty.

1. [Technology](https://help.intrinio.com/technology?hsLang=en)
2. [SDKs](https://help.intrinio.com/technology?hsLang=en#sdks)

# Python SDK FAQs

## If you're using the Python SDK, here are answers to some common questions.

**Why does the Python SDK no longer work with my version of Python?**

The [latest version of pip](https://pip.pypa.io/en/stable/news/#id1) no longer supports Python 2, which means that you won’t be able to install the Intrinio Python SDK if you’re using anything less than version 3.4 of Python. If you encounter this issue, you may have to downgrade the version of pip you’re using *or* upgrade Python to version 3.4 or higher.

**How can I extract historical prices for multiple stocks?**

There are three ways of retrieving this data.

1. One ticker at a time. This has the advantage of providing the user with direct control and gives pinpoint data availability. However, it requires multiple calls for multiple tickers.

2. [Securities screening](https://docs.intrinio.com/documentation/python/screen_securities_v2). This will allow users to retrieve securities data about a number of tickers that all match the user-defined criteria. This requires the use of intricate logic and/or similarities between the securities that are being requested.

3. [Bulk download](https://docs.intrinio.com/documentation/download/prices?values=eyJpZGVudGlmaWVyIjoiQUFQTCJ9). This will allow users a large set of data including all available tickers to be retrieved. This will, however, include tickers that the user is not looking for and may be far more data than needed.

**How can I convert Python SDK responses to XLS or CSV? **

You can find working Python examples in Collaboratory (a Jupyter notebook type browser-based environment) here: [https://github.com/intrinio/intrinio-tutorials](https://github.com/intrinio/intrinio-tutorials)

Most of the examples there take the SDK response and convert it to a data frame:

![Screenshot 2020-10-22 101857](https://help.intrinio.com/hs-fs/hubfs/Screenshot%202020-10-22%20101857.png?width=688&name=Screenshot%202020-10-22%20101857.png)

**How do I retrieve Average Daily Volume with the Python SDK?**

Intrinio covers average daily trade volume as well as end of day volume for stocks. This syntax can help you retrieve Average Daily Volume:

api\_response = security\_api.get\_security\_data\_point\_number(symbol, 'average\_daily\_volume')

**Help! I'm having issues with the type argument in Python.**

Some of our users have issues with the type argument in Python when making API calls; whenever they use it, the argument modifies the \_\_builtins\_\_.type variable. 

The issue is one of scope. Setting the type variable changes the immediate definition of "type," so to use the built-in type check function you need to specify that you are using \_\_builtins\_\_.type. For example, to check what type the api\_response variable is, use:

\_\_builtins\_\_.type(api\_response)

More questions about the Python SDK? Check out our [documentation](https://docs.intrinio.com/documentation/python).

- [General Help](https://help.intrinio.com/general-help?hsLang=en)
- [Products](https://help.intrinio.com/products?hsLang=en#main-content)
  
  
  
  
  
    - [Data Tags & Calculations](https://help.intrinio.com/products?hsLang=en#data-tags-calculations)
    - [Fundamentals](https://help.intrinio.com/products?hsLang=en#fundamentals)
    - [Market Data (Stock Prices, Options, etc)](https://help.intrinio.com/products?hsLang=en#market-data-stock-prices-options-etc)
    - [FAQs](https://help.intrinio.com/products?hsLang=en#faqs)
- [Technology](https://help.intrinio.com/technology?hsLang=en#main-content)
  
  
  
  
  
    - [API](https://help.intrinio.com/technology?hsLang=en#api)
    - [Excel](https://help.intrinio.com/technology?hsLang=en#excel)
    - [SDKs](https://help.intrinio.com/technology?hsLang=en#sdks)

- [Default HubSpot Blog](https://intrinio-5221964.hs-sites.com/blog)

[![Chill listening crop-3](https://help.intrinio.com/hs-fs/hubfs/intrinio_help_center_gray@2x-1.png?width=203&height=30&name=intrinio_help_center_gray@2x-1.png "Chill listening crop-3")](http://intrinio.com)

Copyright © 2026, www.intrinio.com