How do I get Binance data into proper Quote format (in Python)? #781
Answered
by
LeeDongGeon1996
DaveSkender
asked this question in
Q&A
-
Question from a user. They're getting quote data from Binance okay, but are struggling to get it into the appropriate format for the Python wrapper. Here's what they have so far, an array of Quote: |
Beta Was this translation helpful? Give feedback.
Answered by
LeeDongGeon1996
Apr 25, 2022
Replies: 2 comments
-
I think this snippet would work! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DaveSkender
-
Tip For a working example using price quotes from a pandas.DataFrame, see our Replit of the Williams Fractal indicator. If you're having general trouble getting setup, see our QuickStart guide. See also: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this snippet would work!