Skip to content

Commit

Permalink
add flags of upper and lower price limit to the Stock Prices (OHLC) (#79
Browse files Browse the repository at this point in the history
)
  • Loading branch information
m-yamasaki17 authored Jun 16, 2023
1 parent 39bbf9b commit 32b683c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jquantsapi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"High",
"Low",
"Close",
"UpperLimit",
"LowerLimit",
"Volume",
"TurnoverValue",
"AdjustmentFactor",
Expand All @@ -109,6 +111,8 @@
"High",
"Low",
"Close",
"UpperLimit",
"LowerLimit",
"Volume",
"TurnoverValue",
"AdjustmentFactor",
Expand All @@ -121,6 +125,8 @@
"MorningHigh",
"MorningLow",
"MorningClose",
"MorningUpperLimit",
"MorningLowerLimit",
"MorningVolume",
"MorningTurnoverValue",
"MorningAdjustmentOpen",
Expand All @@ -132,6 +138,8 @@
"AfternoonHigh",
"AfternoonLow",
"AfternoonClose",
"AfternoonUpperLimit",
"AfternoonLowerLimit",
"AfternoonVolume",
"AfternoonAdjustmentOpen",
"AfternoonAdjustmentHigh",
Expand Down

0 comments on commit 32b683c

Please sign in to comment.