Code Monkey home page Code Monkey logo

devfinwiz / fin-maestro-web Goto Github PK

View Code? Open in Web Editor NEW
212.0 8.0 42.0 11.93 MB

Find your trading, investing edge using the most advanced web app for technical and fundamental research combined with real time sentiment analysis.

Home Page: https://shorturl.at/hjzFW

License: MIT License

Python 69.36% CSS 11.45% JavaScript 1.21% HTML 17.98%
options-trading stock-analysis trading-strategies valuation-model backtester backtesting-trading-strategies pythonforfinance sentiment-analysis cryptoanalysis fundamental-analysis

fin-maestro-web's Introduction

Hello ๐Ÿ™‹โ€โ™‚๏ธ, I'm Dev

I am an Associate Software Engineer at Veritas Technologies. Despite my familiarity with a variety of computer languages, Python development is where I feel most at ease. I am a financial tinkerer and have been trading for the past 10 years, in addition to having an interest in the field of software development. With the help of my programming skills, I am fixated on trying to make finance, particularly the stock markets, simpler for retail traders and investors. Also, I amย a part-time financial blogger. Feel free to browse my repos, I hope you will find something really interesting! :octocat:



Statistics Stay Tuned

Thanks for stopping by! ๐Ÿ˜ƒ

fin-maestro-web's People

Contributors

asafravid avatar deepsource-autofix[bot] avatar deepsource-io[bot] avatar dependabot[bot] avatar devfinwiz avatar yash-dk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fin-maestro-web's Issues

vite] http proxy error at /api/sentiment/pcrAnalyzer/index:

Hi

Below error is shown when VITE server started. Can you pls let me know how to fix the proxy eror.

VITE v3.2.7 ready in 390 ms

โžœ Local: http://localhost:80/
โžœ Network: http://192.168.200.224:80/
1:05:54 PM [vite] http proxy error at /api/sentiment/pcrAnalyzer/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:05:54 PM [vite] http proxy error at /api/valuation/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:06:45 PM [vite] http proxy error at /api/tickers:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:06:47 PM [vite] http proxy error at /api/sentiment/pcrAnalyzer/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:06:47 PM [vite] http proxy error at /api/valuation/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:08:37 PM [vite] http proxy error at /api/sentiment/pcrAnalyzer/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
1:08:37 PM [vite] http proxy error at /api/valuation/index:
Error: connect ECONNREFUSED 127.0.0.1:5000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)

NSEpy has been deprecated(No longer actively maintained)

NSEpy directly affects the functionality of IndicesHealth module of Fin-Maestro-Web as the prerequisite of gathering data is no longer fulfilled with NSEpy.

def dataset_generator(indice):  
    history_filename=r"Dataset\Resultant Dataset\\nse_indices_pe_dataset\{}.csv".format(indice)  
    f=open(history_filename,'w',newline="")

    indice_pe = get_index_pe_history(symbol="{}".format(indice),
                                    start=datetime.datetime(2023,1,1),
                                    end=datetime.datetime(2023,2,17))
    print(indice_pe)

gives:

Index: []
Empty DataFrame
Columns: [P/E, P/B, Div Yield]

No SQL script to create tables in QuestDB ?

Hey there, I wondering if you have any .SQL script I can launch to create the main tables for the cache in QuestDB.
It looks like it's missing from the project repository.

Thanks !

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.