Answer the question
In order to leave comments, you need to log in
How to parse stock quotes from a chart in python?
I need to parse a stock quote chart (the chart shows time and price), and then display this data on a chart in the program. However, how do you parse the graph itself? Since this is not a picture, not text. Are there any options for this at all, or is it necessary to find an open database with quotes?
Answer the question
In order to leave comments, you need to log in
why parse the graph? Idiocy.
You choose a service with an API and get data in a convenient JSON format, for example, data on Gazprom:
https://api.bcs.ru/udfdatafeed/v1/history?symbol=G...
Although the API is not published, I found out about it simply by opening https ://bcs-express.ru/kotirovki-i-grafiki/gazp - in the network tab, specific links and a data set - and so you can pick up many sites ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question