-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify getSymbols.tiingo() implementation
Remove the data.type parameter because getSymbols.tiingo() always converts to an xts object. This user is not affected by which protocol is used and handling the JSON response adds complexity. Use the CSV interface because Tiingo said it's slightly more efficient and it simplifies our implementation. Fixes #343.
- Loading branch information
1 parent
4f5e6b7
commit f133a69
Showing
2 changed files
with
15 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ quantmod.Rproj | |
src/*.o | ||
src/*.so | ||
src/*.dll | ||
*.Rproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters