Coder Social home page Coder Social logo

Comments (4)

ghodsizadeh avatar ghodsizadeh commented on August 24, 2024

سلام
ممنون میشم که لینک فضایی که این اطلاعات رو میده برای من بفرستید و به صورتی دقیق‌تر توضیح بدید چجوری اطلاعات رو میشه دریافت کرد. تا امکان اضافه کردن این ویژگی رو بررسی کنم.

from tehran-stocks.

jalalsadeghi avatar jalalsadeghi commented on August 24, 2024

سلام
فکر می کنم بخاطر اینکه اطلاعات رو از سایت بورس دانلود می کنیم، نمی تونیم به صورت لحظه ای قیمت ها و میزان خریداران حقیقی و حقوقی رو داشته باشیم .

def get_stock_ids(group):
    url = "http://www.tsetmc.com/tsev2/data/InstValue.aspx?g={}&t=g&s=0"
    r = requests.get(url.format(group))
    ids = set(re.findall(r"\d{15,20}", r.text))
    return list(ids)

برای گرفتن قیمت های لحظه ای و اطلاعات حقیقی و حقوقی باید از سایت فرابورس وب سرویس خریداری کنید.

from tehran-stocks.

ghodsizadeh avatar ghodsizadeh commented on August 24, 2024

بنظرم امکان گرفتن قیمت لحظه‌ای از سایت بورس هم هست ولیکن باید با ترفند اینکار رو انجام بدیم.
ممنون بخاطر ایده اگر تونستم پیاده کنم حتما اطلاع می دم.
احتمالا در ویرگول و توییتر.

from tehran-stocks.

amomehdi avatar amomehdi commented on August 24, 2024

با استفاده از فرمول نویسی تو اکسل هم میتونید این کار رو انجام بدید

from tehran-stocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.