Cameron Yick
affbcff976
Fix #53 , #59 , #60 , #64 , #65 : Dev Dependencies
2018-03-11 15:23:13 -04:00
Cameron Yick
31d7138211
Merge pull request #62 from savagesmc/add_etf_fund_lists
...
Add interfaces to obtain mutual fund and ETF tickers.
2018-03-08 17:12:41 -05:00
Clark, Steve
6b08b8987a
Add interfaces to obtain mutual fund and ETF tickers.
...
Add unit tests for new methods.
Update fixtures to support the etf and mutual fund tests.
Change filename inside of zip to supported_tickers.csv
Add second entry into supported_tickers.csv
Added myself to authors.
2018-03-04 07:38:21 -06:00
Cameron Yick
33b8690310
Version Bump
v0.4.2
2017-12-24 13:36:26 -05:00
Cameron Yick
eccd4a9bd4
Add example for pulling down historical stock prices for Google
2017-12-24 13:32:53 -05:00
Cameron Yick
d99d31acb9
Rename method for getting list of all available tickers
2017-12-24 13:32:53 -05:00
Cameron Yick
9dbfbcbdbb
Fix #44 : Raise explicit error when API Key is missing
2017-12-24 13:32:53 -05:00
Cameron Yick
e80b3f6dfd
Upgrade development dependencies
2017-12-24 13:32:53 -05:00
Cameron Yick
e0b03c7e08
Bump development + documentaion dependencies
v0.4.1
2017-11-20 21:33:52 -05:00
Cameron Yick
5fd3d6fad3
Merge pull request #33 from BharatKalluri/master
...
Added fmt options for all methods
2017-10-22 20:00:48 -04:00
Cameron Yick
6829962ad6
Version Bump and Module Documentation
2017-10-22 19:54:14 -04:00
Cameron Yick
6deb27f88f
Bump Cryptography Version
2017-10-22 19:46:05 -04:00
Cameron Yick
79ac76806a
Add coverage for bulk_id object exporting
2017-10-22 19:40:06 -04:00
Cameron Yick
b6ad06aebc
Use Decorator Syntax for Tests, Update Broken Cassettes
...
The previous issue was that the cassettes weren't called with the same params as the non-object requests.
2017-10-22 18:54:28 -04:00
Cameron Yick
45e1221567
Add Objects to Prices endpoint, Refactor with List Comprehension
2017-10-22 18:53:36 -04:00
Cameron Yick
0106890a96
Refactor with a common method for dict to object converstion
2017-10-22 18:44:39 -04:00
Cameron Yick
af16286303
Fix bugs in how JSON response was being interpreted
...
A singleton was converted to an array accidentally in the previous object implementation.
2017-10-22 18:38:33 -04:00
Bharat Kalluri
7d2866d996
Used cassettes for obj tests
2017-10-18 22:45:44 +05:30
Bharat Kalluri
76071d78b1
Added more tests for news API endpoints
2017-10-11 21:23:13 +05:30
Bharat Kalluri
2c7f76b683
Fixed code to handle lists
2017-10-10 11:27:40 +05:30
Bharat Kalluri
25a05d4aa4
pep8 corrections and changed all object names
2017-10-09 09:00:37 +05:30
Bharat Kalluri
e566177e4e
Added fmt options for all methods
2017-10-08 23:23:24 +05:30
Cameron Yick
556e04e9ec
Use cache-busting on all README shields
2017-10-08 12:13:09 -04:00
Cameron Yick
28491e4b6e
Bump development module versions
2017-10-08 12:04:09 -04:00
Cameron Yick
3b7cafbf0d
Merge pull request #32 from condemil/master
...
Use VCR.py to Mock API Responses
2017-10-08 12:00:29 -04:00
Dmitry Budaev
f76ac1b010
Add tip to regenerate fixture and update contributors
2017-10-08 17:43:47 +02:00
Dmitry Budaev
c847da3aa9
Use VCR.py to Mock API Responses
2017-10-08 13:59:08 +02:00
Cameron Yick
ab21be291c
Update Build Versioning
2017-10-07 15:10:01 -04:00
Cameron Yick
7d23fb5f13
Update Github Link in Documentation
2017-10-07 14:59:06 -04:00
Cameron Yick
75b792c151
Update Changelog
v0.3.2
2017-09-17 20:10:46 -04:00
Cameron Yick
f7604b56b1
Update PyPI Topic Tags
2017-09-17 18:20:07 -04:00
Cameron Yick
107f558470
Reorganize setup.py
v0.3.1
2017-09-17 17:59:21 -04:00
Cameron Yick
321f4eee35
Conform to modern setup.py version access
2017-09-17 17:54:35 -04:00
Cameron Yick
6325ca1548
Documentation and Cross-Platform Patches
2017-09-17 17:47:24 -04:00
Cameron Yick
c93f5246f3
Upgrade all dependent package versions
2017-09-17 17:46:13 -04:00
Cameron Yick
86c2d30b2b
Adjust unzipper to be python 2/3 compatible
2017-09-17 17:39:46 -04:00
Cameron Yick
c6e01ba133
Make StringIO compatible with Python3
2017-09-17 16:55:29 -04:00
Cameron Yick
eaf7494e0f
Bump version: 0.2.0 → 0.3.0
...
Bump version: 0.2.0 → 0.3.0
Fix version strings
2017-09-17 16:52:04 -04:00
Cameron Yick
502acd0650
Rewrite tickers function to use most current ticket data from tiingo website
2017-09-17 16:47:18 -04:00
Cameron Yick
891de629ee
Add method for listing available tickers
2017-09-17 16:26:13 -04:00
Cameron Yick
e6f2638d03
Cover bulk downloads API
2017-09-17 15:30:15 -04:00
Cameron Yick
c69373732a
Basic documents for News API
2017-09-17 15:27:46 -04:00
Cameron Yick
febffd76da
Refactor News Method
2017-09-17 15:21:03 -04:00
Cameron Yick
14d3bb6bd3
Add support + Tests for using News API
2017-09-17 15:17:03 -04:00
Cameron Yick
87246485d5
Stub News Tickers Endpoint Implementation
...
Remain commented out until we have time to provide mocked HTTP server response.
2017-09-10 22:27:51 -04:00
Cameron Yick
a24f430f55
Log HTTP Response Error Message on failed requests
2017-09-10 22:23:02 -04:00
Cameron Yick
832d24c01d
Update codecov badge to avoid caching issues
2017-09-01 21:21:17 -04:00
Cameron Yick
0562704163
Bump version: 0.1.3 → 0.2.0
v0.2.0
2017-09-01 09:43:50 -04:00
Cameron Yick
6506b4f238
Deprecate documentation + tests + code for mutual funds metrics
2017-09-01 09:42:30 -04:00
Cameron Yick
580be2b59e
Bump version: 0.1.2 → 0.1.3
2017-08-28 23:20:41 -04:00