-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new premium source End of Day Historical Data (#2019)
* Add new premium source https://eodhistoricaldata.com/r/?ref=869U7F4J * Added eod dependency to requirements.txt * Added eod dependency to requirements.txt via poetry and fixed typo * fixed some display bugs for stock info * Implemented stock/load for eodhd, use keys / eodhd demo for key. * Commit before Pull -Implemented stock/load for eodhd, use keys / eodhd demo for key. * Committing files so I can merge * Committing files so I can merge * Committing files so I can merge * Committing files so I can merge * Committing files so I can merge * Committing files so I can merge * Committing files so I can merge * Merge * Fixed dependencies * Committing files so I can merge * Committing Stock_Helper with pylint: disable=R091 * Downgraded charset normalizer * Fixed issues with keys * Committing fixes to eodhd * Committing fixes to eodhd remove eod library Co-authored-by: Colin Delahunty <72827203+colin99d@users.noreply.github.com> Co-authored-by: colin99d <colin99delahunty@gmail.com>
- Loading branch information
1 parent
7df711d
commit 2b0a9e2
Showing
9 changed files
with
318 additions
and
1,113 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 |
---|---|---|
|
@@ -8,7 +8,8 @@ | |
"yf", | ||
"iex", | ||
"av", | ||
"polygon" | ||
"polygon", | ||
"eodhd" | ||
], | ||
"dps": { | ||
"psi": [ | ||
|
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
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
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
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
Oops, something went wrong.