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: |
Answered by
LeeDongGeon1996
Apr 25, 2022
Replies: 2 comments
|
I think this snippet would work! |
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: |
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!