Skip to content

Commit

Permalink
placeholder for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Jun 2, 2022
1 parent d9e99a6 commit 27ca5de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions finec/moex.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,11 @@ def get_history_json(self, columns=[], start="", end=""):
def get_history(self, columns=[], start="", end=""):
return dataframe(self.get_history_json(columns, start, end))

def get_candles(self, interval=24, columns=[], start="", end=""):
# "https://iss.moex.com/iss/engines/{engine}/markets/{market}/"
# f"boards/{board}/securities/{security}/candles.json"
pass


@dataclass
class Stock(Security):
Expand Down

0 comments on commit 27ca5de

Please sign in to comment.