🤏🏻 Use investiny
while we fix investpy
!
#612
Replies: 4 comments 6 replies
-
❓ How to use it?from investiny import historical)data
data = historical_data(investing_id=6408, from_date="09/01/2022", to_date="10/01/2022")
print(data) 🤔 Q&A
For example, the value
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, I am getting 403 error when requesting historical data using investiny. Any updates on how this is going, or on the fix for investpy? |
Beta Was this translation helpful? Give feedback.
-
I am also using investiny but I am still getting connection error 403. Kindly assist I want to retrieve stock historical data. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I'm Alvaro Bartolome, ML Engineer, open source developer, and the creator of investpy. As many of you may already know, Investing.com which is the data source that investpy uses have recently changed its APIs as well as the protection of those with Cloudflare, which means that the data is not accessible the same way as before. I and other community members are working actively on solving this issue and looking for alternatives to pull the data from Investing.com.
Most of the solutions proposed by the community worked at some point, but are now discontinued or no longer working, but one solution proposed by @ramakrishnamekala129 at #610 seems to be working fine and consistently.
So on, I've decided to develop investiny in the meantime, so that everyone can pull the data from Investing.com but in a simpler and faster way. Also as Investing.com is changing so many things lately, I decided to create a new repository named investiny so as to be easily adaptative to changes. Note that investiny is not a replacement for investpy, just an intermediate solution in the meantime while we solve the current issues with investpy.
I'd like all of you to star investiny and contribute to it, as the code is much simpler and easy to understand, but it obviously has less functionality, but we'll get there at some point. Also showing me support by starring, liking, retweeting, etc. is much appreciated.
Thanks, everyone! 🤗
Beta Was this translation helpful? Give feedback.
All reactions