Skip to content

Commit

Permalink
Update requests.py
Browse files Browse the repository at this point in the history
Added the "volume" column when downloading quotes in the functions: get_market_candles, get_board_candles
  • Loading branch information
crueltytanya authored Jan 11, 2024
1 parent aeb5c3f commit 52576db
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 52576db

Please sign in to comment.