Welcome | MecSimCalc Docs

The simplest way to build and share computational tools on the web. Create and share your Python apps in minutes using our intuitive and simple platform.


This is a companion discussion topic for the original entry at https://docs.mecsimcalc.com

Hi there, welcome to mecsimcalc!

I want to import the yahoo finance library, for my hackathon project. can you make it available to this profile - omkar Jadhav | MecSimCalc

Hi @Omkar_Jadhav, thanks for the question.
If you are looking to pull data from Yahoo’s finance API, you can use the request library to make an API request. See here: How to extract data from Yahoo Finance Using Python and Pandas | by Asep Saputra | Code Storm | Medium.
At this time, we are only supporting very popular python libraries, and unfortunately, yahoo finance does not fit that criteria.