Skip to content

Commit

Permalink
Merge pull request #35 from crueltytanya/patch-1
Browse files Browse the repository at this point in the history
Update requests.py
  • Loading branch information
WLM1ke authored Jan 11, 2024
2 parents aeb5c3f + 52576db commit ec3b8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apimoex/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def get_market_candles(
"high",
"low",
"value",
"volume",
),
market: str = "shares",
engine: str = "stock",
Expand Down Expand Up @@ -340,6 +341,7 @@ def get_board_candles(
"high",
"low",
"value",
"volume",
),
board: str = "TQBR",
market: str = "shares",
Expand Down

0 comments on commit ec3b8e0

Please sign in to comment.