Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/capiq-excel-downloader-py
Capital IQ Data Downloader using Python to drive Excel Plugin
https://github.com/nickderobertis/capiq-excel-downloader-py
Last synced: 2 months ago
JSON representation
Capital IQ Data Downloader using Python to drive Excel Plugin
- Host: GitHub
- URL: https://github.com/nickderobertis/capiq-excel-downloader-py
- Owner: nickderobertis
- License: mit
- Created: 2019-08-14T11:51:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T09:53:21.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:08:45.790Z (3 months ago)
- Language: Python
- Size: 499 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# capiq_excel
## Overview
Use this tool to drive Excel using the Capital IQ plugin to
download Capital IQ data. It's as easy as:```python
from capiq_excel import download_datadownload_data(
['MSFT', 'AAPL'], # Any id type. Ticker, name, CUSIP, ISIN, etc.
['IQ_TOTAL_REV', 'IQ_COST_REV'], # Variable names from Capital IQ
freq='Q',
num_periods=6
)
```## Links
For more information, see the
[documentation here.](https://nickderobertis.github.io/capiq-excel-downloader-py/)