-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move IBKR CATEGORY to Env variable to support self-hosted. * Update doc * Make Dockerfile more robust for multi arch support * Make Dockerfile more robust for multi arch support * Clean Dockerfile * Revert reqs back to default * Add symbol mapping to file * Forgot mapping file * Add file to Dockerfile * Add missing req pyyaml * Typo for config file * Updated README * Fix Req * Remove file from Dockerfile * Updated mappings file * Apply suggestions from code review * Update README.md --------- Co-authored-by: Agustin Alexander <[email protected]> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3388880
commit 912381f
Showing
4 changed files
with
37 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# mapping.yaml | ||
symbol_mapping: | ||
VUAA: VUAA.L | ||
V80A: VNGA80.MI | ||
.USD-PAXOS: USD | ||
CSPX: SXR8.DE | ||
MEUD: MEUD.PA | ||
EGLN: EGLN.L | ||
IWDA: IWDA.AS | ||
VWCE: VWCE.DE | ||
# Add more mappings here as needed |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ git+https://github.com/agusalex/ibflex | |
requests==2.28.2 | ||
urllib3==1.26.14 | ||
requests | ||
pyyaml |