Finance & Trading
Modular Python library that provides an advanced event driven backtester and a set of high quality tools for quantitative finance. Integrated with various data vendors and brokers, supports Crypto, Stocks and Futures.
quarkfin - Quark Finance
{ "login": "quarkfin", "id": 54141265, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0MTQxMjY1", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Quark Finance", "company": null, "blog": "", "location": "Geneva, Switzerland", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 2, "public_gists": 0, "followers": 13, "following": 0, "created_at": "2019-08-15T11:47:54Z", "updated_at": "2024-05-06T07:00:01Z" }
A Beautiful Private and Secure Desktop Investment Tracking Application
afadil - Aziz FADIL
{ "login": "afadil", "id": 8382496, "node_id": "MDQ6VXNlcjgzODI0OTY=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Aziz FADIL", "company": null, "blog": "", "location": "Ottawa, ON", "email": null, "hireable": null, "bio": null, "twitter_username": "_afadil", "public_repos": 21, "public_gists": 0, "followers": 52, "following": 0, "created_at": "2014-08-07T07:48:32Z", "updated_at": "2024-09-29T02:25:32Z" }
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
wilsonfreitas - Wilson Freitas
{ "login": "wilsonfreitas", "id": 1583922, "node_id": "MDQ6VXNlcjE1ODM5MjI=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Wilson Freitas", "company": null, "blog": "https://wilsonfreitas.net", "location": "São Paulo, Brazil", "email": null, "hireable": null, "bio": "Quant and baker #rstats", "twitter_username": null, "public_repos": 119, "public_gists": 71, "followers": 1093, "following": 20, "created_at": "2012-03-28T15:23:31Z", "updated_at": "2024-10-03T16:15:58Z" }
octarisk - octarisk
{ "login": "octarisk", "id": 18246227, "node_id": "MDQ6VXNlcjE4MjQ2MjI3", "gravatar_id": "", "type": "User", "site_admin": false, "name": "octarisk", "company": null, "blog": "http://www.octarisk.com", "location": null, "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": null, "public_repos": 2, "public_gists": 0, "followers": 9, "following": 0, "created_at": "2016-04-03T15:07:58Z", "updated_at": "2016-12-11T21:28:53Z" }
HaChan - Ha Chan
{ "login": "HaChan", "id": 4829335, "node_id": "MDQ6VXNlcjQ4MjkzMzU=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Ha Chan", "company": "Podfoods", "blog": "", "location": "Ha Noi, Viet Nam", "email": null, "hireable": true, "bio": null, "twitter_username": null, "public_repos": 32, "public_gists": 1, "followers": 11, "following": 0, "created_at": "2013-06-26T04:33:38Z", "updated_at": "2024-09-25T11:22:53Z" }
Financial agent + generative UI
virattt - Virat Singh
{ "login": "virattt", "id": 901795, "node_id": "MDQ6VXNlcjkwMTc5NQ==", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Virat Singh", "company": null, "blog": "", "location": "New York, NY", "email": null, "hireable": true, "bio": "Formerly @Airbnb", "twitter_username": "virattt", "public_repos": 54, "public_gists": 31, "followers": 135, "following": 2, "created_at": "2011-07-07T23:53:44Z", "updated_at": "2024-09-29T22:08:43Z" }
Open Source Risk Engine
OpenSourceRisk - OpenSourceRisk
{ "login": "OpenSourceRisk", "id": 22543712, "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNTQzNzEy", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "OpenSourceRisk", "company": null, "blog": "www.opensourcerisk.org", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 6, "public_gists": 0, "followers": 142, "following": 0, "created_at": "2016-09-30T12:24:33Z", "updated_at": "2016-11-14T11:18:16Z" }
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
Excel-DNA - Excel-DNA
{ "login": "Excel-DNA", "id": 1378700, "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzg3MDA=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Excel-DNA", "company": null, "blog": "https://excel-dna.net", "location": null, "email": "[email protected]", "hireable": null, "bio": "Free and easy .NET for Excel", "twitter_username": null, "public_repos": 20, "public_gists": 0, "followers": 123, "following": 0, "created_at": "2012-01-25T10:04:16Z", "updated_at": "2024-09-13T11:40:35Z" }
dpicone1 / MortgageLoanCsharpExcelDNA
Building Mortgage Loan Cash flows with C# Excel DNA Add-ins. In this C# project we create a simple mortgage loan library to deal with the repayment of a loan. The library deals with two types of amortisation: Principal and Interest, and Interest Only. The loan interest rate can be fixed for life, or fixed for the first years, and then it resets to a variable rate plus a spread. We use Excel DNA to expose our C# library to excel. Excel DNA provides an easy way to create C# functions which can then be used in Excel. Our simple mortgage library can be used either via a VBA macro or as a standard excel function. Additionally, we also added an extra useful feature: the loan object can be stored in memory, and consequently run to produce cash flows. This is indeed very useful. Imagine you are dealing with a more complex task: pricing several interest rate option structures with the same interest rate simulation model. The only differentiation in each option is the payoff. You do not want to rerun the interest rate simulation each time you price a single option. This is very inefficient. Is it possible to call constructor once, store the simulation object somewhere and then use it to compute option price based upon its payoff? To the best of my knowledge, this solution was originally presented by Alex Chirokov in https://www.codeproject.com/Articles/1097174/Interpolation-in-Excel-using-Excel-DNA. We reuse here his original implementation and allow the user to create a loan, store it, and then run the relative cashflows. We have also attached the ExcelDNA manual by Govert van Drimmelen, https://excel-dna.net/, "Excel-DNA - Step-by-step C# add-in.doc" Before changing the project, check it is working. Open the excel file "ExcelMortgages.xlsm" and the xll "MBSExcelDNA_ForDistribution.xll". You need ExcelDnaPack.exe only when releasing the project. You may never need to use it. Again read the doc file for more info. In case you need more help with ExcelDNA, Mikael Katajamäki runs a very useful blog for everyone interested in using Excel DNA. https://mikejuniperhill.blogspot.com/2014/03/using-c-excel-addin-with-exceldna.html.
dpicone1 - Domenico Picone
{ "login": "dpicone1", "id": 22715011, "node_id": "MDQ6VXNlcjIyNzE1MDEx", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Domenico Picone", "company": null, "blog": "", "location": "London", "email": "[email protected]", "hireable": null, "bio": "Interest Rate and Credit Derivatives, CLOs and RMBS, Residential and Equity Release Mortgages ", "twitter_username": null, "public_repos": 18, "public_gists": 0, "followers": 48, "following": 2, "created_at": "2016-10-08T17:15:20Z", "updated_at": "2024-03-11T12:13:02Z" }
Excel Addin with Quantitative Finance UDFs with F# and ExcelDna
bramjochems - Bram Jochems
{ "login": "bramjochems", "id": 4350034, "node_id": "MDQ6VXNlcjQzNTAwMzQ=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Bram Jochems", "company": null, "blog": "", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 4, "public_gists": 0, "followers": 7, "following": 0, "created_at": "2013-05-06T01:31:17Z", "updated_at": "2024-08-02T13:40:55Z" }
Asterecho -
{ "login": "Asterecho", "id": 40272885, "node_id": "MDQ6VXNlcjQwMjcyODg1", "gravatar_id": "", "type": "User", "site_admin": false, "name": null, "company": null, "blog": "", "location": null, "email": null, "hireable": true, "bio": "吃爆米花的小熊", "twitter_username": null, "public_repos": 91, "public_gists": 0, "followers": 37, "following": 46, "created_at": "2018-06-14T15:45:29Z", "updated_at": "2024-03-15T18:42:36Z" }
ash-jc-allen / laravel-exchange-rates
A Laravel wrapper package for interacting with the exchangeratesapi.io API.
ash-jc-allen - Ash Allen
{ "login": "ash-jc-allen", "id": 39652331, "node_id": "MDQ6VXNlcjM5NjUyMzMx", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Ash Allen", "company": "Ash Allen Design", "blog": "https://ashallendesign.co.uk", "location": "Preston, UK", "email": "[email protected]", "hireable": null, "bio": "Laravel Web Developer\r\nPreston, United Kingdom", "twitter_username": "AshAllenDesign", "public_repos": 67, "public_gists": 1, "followers": 564, "following": 51, "created_at": "2018-05-26T15:02:58Z", "updated_at": "2024-07-03T09:34:06Z" }
xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web.
xlwings - xlwings
{ "login": "xlwings", "id": 6239016, "node_id": "MDEyOk9yZ2FuaXphdGlvbjYyMzkwMTY=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "xlwings", "company": null, "blog": "https://www.xlwings.org", "location": "Switzerland", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 47, "public_gists": 0, "followers": 126, "following": 0, "created_at": "2013-12-22T00:57:06Z", "updated_at": "2024-10-01T11:25:11Z" }
exchangeratesapi / exchangeratesapi
Exchange Rates API
exchangeratesapi -
{ "login": "exchangeratesapi", "id": 42347974, "node_id": "MDEyOk9yZ2FuaXphdGlvbjQyMzQ3OTc0", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": null, "company": null, "blog": "", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 1, "public_gists": 0, "followers": 3, "following": 0, "created_at": "2018-08-13T13:58:34Z", "updated_at": "2018-08-13T13:58:34Z" }
This is the current Quantiacs toolbox which includes the backtester for developing and testing trading algorithms.
quantiacs - Quantiacs
{ "login": "quantiacs", "id": 73942344, "node_id": "MDEyOk9yZ2FuaXphdGlvbjczOTQyMzQ0", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Quantiacs", "company": null, "blog": "https://www.quantiacs.com", "location": null, "email": "[email protected]", "hireable": null, "bio": "Open-source code from the Nr 1 crowdsourced quant fund in the world.", "twitter_username": "Quantiacs", "public_repos": 31, "public_gists": 0, "followers": 39, "following": 0, "created_at": "2020-11-04T11:48:58Z", "updated_at": "2021-03-02T10:13:32Z" }
jpmorgan-payments / unicorn-finance
Payments - we have created Unicorn Finance as a sample application showcasing the capabilities of our JP Morgan core external APIs.
jpmorgan-payments - J.P. Morgan Payments
{ "login": "jpmorgan-payments", "id": 128589264, "node_id": "O_kgDOB6od0A", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "J.P. Morgan Payments", "company": null, "blog": "https://developer.payments.jpmorgan.com", "location": null, "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": null, "public_repos": 6, "public_gists": 0, "followers": 36, "following": 0, "created_at": "2023-03-22T09:34:32Z", "updated_at": "2024-02-07T13:43:22Z" }
https://mosaic-mosaic-dev-team.vercel.app
jpmorganchase - JPMorganChase
{ "login": "jpmorganchase", "id": 22640571, "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjQwNTcx", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "JPMorganChase", "company": null, "blog": "https://www.jpmorganchase.com", "location": null, "email": "[email protected]", "hireable": null, "bio": "Welcome to the open source project repositories for JPMorganChase", "twitter_username": null, "public_repos": 66, "public_gists": 0, "followers": 1902, "following": 0, "created_at": "2016-10-05T14:47:34Z", "updated_at": "2024-06-21T16:23:59Z" }
Simple API for BeefyFinance
beefyfinance - Beefy
{ "login": "beefyfinance", "id": 71276150, "node_id": "MDEyOk9yZ2FuaXphdGlvbjcxMjc2MTUw", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Beefy", "company": null, "blog": "https://beefy.com", "location": null, "email": null, "hireable": null, "bio": "THE Multichain Yield Optimizer", "twitter_username": "beefyfinance", "public_repos": 47, "public_gists": 0, "followers": 172, "following": 0, "created_at": "2020-09-14T15:02:19Z", "updated_at": "2023-08-03T12:44:53Z" }
Python toolkit for quantitative finance
goldmansachs - Goldman Sachs
{ "login": "goldmansachs", "id": 1268489, "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNjg0ODk=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Goldman Sachs", "company": null, "blog": "https://gs.com/opensource", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": "gsdeveloper", "public_repos": 66, "public_gists": 0, "followers": 1179, "following": 0, "created_at": "2011-12-16T18:34:48Z", "updated_at": "2023-03-16T21:58:40Z" }
Time series easier, faster, more fun. Pytimetk.
business-science - Business Science
{ "login": "business-science", "id": 26503379, "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTAzMzc5", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Business Science", "company": null, "blog": "www.business-science.io", "location": "United States of America", "email": "[email protected]", "hireable": null, "bio": "Applying data science to business & financial analysis, tw: @bizScienc", "twitter_username": null, "public_repos": 44, "public_gists": 0, "followers": 636, "following": 0, "created_at": "2017-03-18T12:10:55Z", "updated_at": "2021-06-28T15:56:44Z" }
jpmorganchase / python-training
Python training for business analysts and traders
jpmorganchase - JPMorganChase
{ "login": "jpmorganchase", "id": 22640571, "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjQwNTcx", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "JPMorganChase", "company": null, "blog": "https://www.jpmorganchase.com", "location": null, "email": "[email protected]", "hireable": null, "bio": "Welcome to the open source project repositories for JPMorganChase", "twitter_username": null, "public_repos": 66, "public_gists": 0, "followers": 1902, "following": 0, "created_at": "2016-10-05T14:47:34Z", "updated_at": "2024-06-21T16:23:59Z" }
Extend Wealthica by writing your own add-ons and widgets
wealthica - Vezgo & Wealthica
{ "login": "wealthica", "id": 29559227, "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5NTU5MjI3", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Vezgo & Wealthica", "company": null, "blog": "https://wealthica.com", "location": "Montreal, Canada", "email": "[email protected]", "hireable": null, "bio": "Connecting your financial dots. The Fastest Way to Connect Digital Assets & Web3 Accounts to your Apps.", "twitter_username": "getvezgo", "public_repos": 6, "public_gists": 0, "followers": 10, "following": 0, "created_at": "2017-06-20T01:26:06Z", "updated_at": "2024-07-04T13:08:57Z" }
firmai / financial-machine-learning
A curated list of practical financial machine learning tools and applications.
firmai - Derek Snow
{ "login": "firmai", "id": 26666267, "node_id": "MDQ6VXNlcjI2NjY2MjY3", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Derek Snow", "company": "NYU | Sov.ai ", "blog": "sov.ai", "location": null, "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": "dereknow", "public_repos": 117, "public_gists": 51, "followers": 2267, "following": 313, "created_at": "2017-03-25T04:42:00Z", "updated_at": "2024-08-15T16:17:59Z" }
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
DigitalRuby - Digital Ruby, LLC
{ "login": "DigitalRuby", "id": 3495677, "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0OTU2Nzc=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Digital Ruby, LLC", "company": null, "blog": "https://www.digitalruby.com", "location": "Salt Lake City, Utah, United States", "email": "[email protected]", "hireable": null, "bio": "Indie dev software company", "twitter_username": "jjxtra", "public_repos": 24, "public_gists": 0, "followers": 29, "following": 0, "created_at": "2013-02-06T21:20:23Z", "updated_at": "2024-10-03T11:25:39Z" }
Snowflake-Labs / sfguide-financial-asset-management
Snowflake demo for Financial Services
Snowflake-Labs - Snowflake Labs
{ "login": "Snowflake-Labs", "id": 58992620, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4OTkyNjIw", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Snowflake Labs", "company": null, "blog": "https://developers.snowflake.com/", "location": "data ☁️", "email": "[email protected]", "hireable": null, "bio": "Snowflake ❤️ Open Source", "twitter_username": null, "public_repos": 233, "public_gists": 0, "followers": 1280, "following": 0, "created_at": "2019-12-17T19:05:25Z", "updated_at": "2023-12-30T17:04:24Z" }
A python wrapper for Alpha Vantage API for financial data.
RomelTorres - Romel Torres
{ "login": "RomelTorres", "id": 1424075, "node_id": "MDQ6VXNlcjE0MjQwNzU=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Romel Torres", "company": "Mbition (Mercedes Benz Innovation Lab)", "blog": "https://www.linkedin.com/in/torresromel/", "location": "Berlin, Germany", "email": null, "hireable": true, "bio": "I am Msc. in Embedded Computing Systems who loves Open Source. My interests are NLP, Voice Assistants, Open QA systems and Embedded Linux", "twitter_username": null, "public_repos": 29, "public_gists": 0, "followers": 352, "following": 31, "created_at": "2012-02-09T19:34:16Z", "updated_at": "2024-09-25T06:51:16Z" }
Excel bindings for the OpenBB SDK
pyxll - PyXLL
{ "login": "pyxll", "id": 5864647, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NjQ2NDc=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "PyXLL", "company": null, "blog": "www.pyxll.com", "location": "London, UK", "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": "pyxll", "public_repos": 15, "public_gists": 0, "followers": 18, "following": 0, "created_at": "2013-11-05T23:18:19Z", "updated_at": "2024-03-20T13:39:03Z" }
cantaro86 / Financial-Models-Numerical-Methods
Collection of notebooks about quantitative finance, with interactive python code.
cantaro86 - Nicola Cantarutti
{ "login": "cantaro86", "id": 50926847, "node_id": "MDQ6VXNlcjUwOTI2ODQ3", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Nicola Cantarutti", "company": null, "blog": "", "location": null, "email": null, "hireable": true, "bio": null, "twitter_username": null, "public_repos": 18, "public_gists": 0, "followers": 487, "following": 26, "created_at": "2019-05-22T18:49:22Z", "updated_at": "2024-10-01T09:00:19Z" }
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
alpacahq - Alpaca
{ "login": "alpacahq", "id": 30398729, "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwMzk4NzI5", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Alpaca", "company": null, "blog": "https://alpaca.markets/", "location": "United States of America", "email": "[email protected]", "hireable": null, "bio": "Alpaca builds high performance APIs for Stock and Crypto Trading", "twitter_username": "AlpacaHQ", "public_repos": 75, "public_gists": 0, "followers": 726, "following": 0, "created_at": "2017-07-24T03:55:24Z", "updated_at": "2023-08-17T09:25:29Z" }
LSEG-API-Samples / Example.DataLibrary.Python
Example projects and Tutorials demonstrating access to the Refinitiv Data Platform using the Refinitiv Data Library for Python
LSEG-API-Samples - LSEG API Samples
{ "login": "LSEG-API-Samples", "id": 20460552, "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwNDYwNTUy", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "LSEG API Samples", "company": null, "blog": "https://developers.lseg.com", "location": null, "email": null, "hireable": null, "bio": "Articles, tutorials and code samples for LSEG/Refinitiv API's.", "twitter_username": null, "public_repos": 398, "public_gists": 0, "followers": 209, "following": 0, "created_at": "2016-07-14T14:27:59Z", "updated_at": "2023-10-09T16:16:22Z" }
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
domokane - Dominic O'Kane
{ "login": "domokane", "id": 5504445, "node_id": "MDQ6VXNlcjU1MDQ0NDU=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Dominic O'Kane", "company": null, "blog": "", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 6, "public_gists": 0, "followers": 180, "following": 2, "created_at": "2013-09-20T20:29:41Z", "updated_at": "2024-09-18T11:25:46Z" }
OpenGamma - OpenGamma
{ "login": "OpenGamma", "id": 120064, "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMDA2NA==", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "OpenGamma", "company": null, "blog": "http://www.opengamma.com", "location": "London", "email": "[email protected]", "hireable": null, "bio": "Derivatives Analytics for Active Margin Management 📈📊", "twitter_username": "OpenGamma", "public_repos": 22, "public_gists": 0, "followers": 78, "following": 0, "created_at": "2009-08-27T09:31:38Z", "updated_at": "2024-09-28T07:03:20Z" }
Investment Research for Everyone, Everywhere.
OpenBB-finance - OpenBB
{ "login": "OpenBB-finance", "id": 80064875, "node_id": "MDEyOk9yZ2FuaXphdGlvbjgwMDY0ODc1", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "OpenBB", "company": null, "blog": "www.openbb.co", "location": null, "email": "[email protected]", "hireable": null, "bio": "Investment Research for Everyone, Anywhere", "twitter_username": "openbb_finance", "public_repos": 26, "public_gists": 0, "followers": 1144, "following": 0, "created_at": "2021-03-04T18:42:27Z", "updated_at": "2024-01-15T16:55:37Z" }
Free Real-Time, Intraday & Historical Stock Market Data API
apilayer - apilayer Data Products GmbH
{ "login": "apilayer", "id": 12207343, "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMjA3MzQz", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "apilayer Data Products GmbH", "company": null, "blog": "https://apilayer.com", "location": "Vienna, Austria", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 52, "public_gists": 0, "followers": 238, "following": 0, "created_at": "2015-05-02T07:36:14Z", "updated_at": "2024-09-06T17:06:19Z" }
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
ag-grid - AG Grid
{ "login": "ag-grid", "id": 30720768, "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNzIwNzY4", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "AG Grid", "company": null, "blog": "www.ag-grid.com", "location": "London", "email": "[email protected]", "hireable": null, "bio": "The Market Leading JavaScript Data Grid", "twitter_username": null, "public_repos": 53, "public_gists": 0, "followers": 189, "following": 0, "created_at": "2017-08-04T09:12:59Z", "updated_at": "2024-09-03T10:30:39Z" }
IEX Cloud + GraphQL
brettsmentek - Brett
{ "login": "brettsmentek", "id": 9037105, "node_id": "MDQ6VXNlcjkwMzcxMDU=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Brett", "company": "@pelotoncycle", "blog": "https://brett.sh", "location": "New York, NY", "email": "[email protected]", "hireable": true, "bio": "Engineer 🔧", "twitter_username": null, "public_repos": 34, "public_gists": 1, "followers": 9, "following": 24, "created_at": "2014-10-06T14:15:23Z", "updated_at": "2024-09-16T13:56:15Z" }
vslee - Victor Lee
{ "login": "vslee", "id": 366757, "node_id": "MDQ6VXNlcjM2Njc1Nw==", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Victor Lee", "company": null, "blog": "", "location": "Reno, NV", "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": null, "public_repos": 23, "public_gists": 0, "followers": 18, "following": 6, "created_at": "2010-08-17T04:11:23Z", "updated_at": "2024-09-29T03:25:41Z" }
Standard JS conventions and utilities for working with Synthetix
Synthetixio - Synthetix
{ "login": "Synthetixio", "id": 30892445, "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwODkyNDQ1", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Synthetix", "company": null, "blog": "https://synthetix.io", "location": null, "email": "[email protected]", "hireable": null, "bio": "Crypto backed synthetic asset platform", "twitter_username": null, "public_repos": 157, "public_gists": 0, "followers": 292, "following": 0, "created_at": "2017-08-10T07:52:48Z", "updated_at": "2022-07-12T20:09:27Z" }
Transparent and Efficient Financial Analysis
JerBouma - Jeroen Bouma
{ "login": "JerBouma", "id": 46355364, "node_id": "MDQ6VXNlcjQ2MzU1MzY0", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Jeroen Bouma", "company": "Quantitative Investment Strategist at a.s.r. asset management", "blog": "jeroenbouma.com", "location": "Utrecht, The Netherlands", "email": "[email protected]", "hireable": true, "bio": "With Experience and Education in the area of Quantitative Finance, my ambition is to continuously improve in the area of Quant Finance and Python Programming.", "twitter_username": null, "public_repos": 9, "public_gists": 50, "followers": 953, "following": 1, "created_at": "2019-01-03T18:21:02Z", "updated_at": "2024-10-05T20:57:49Z" }
tradingview / lightweight-charts
Performant financial charts built with HTML5 canvas
tradingview - TradingView, Inc.
{ "login": "tradingview", "id": 7644688, "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NDQ2ODg=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "TradingView, Inc.", "company": null, "blog": "https://www.tradingview.com", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": "tradingview", "public_repos": 37, "public_gists": 0, "followers": 1581, "following": 0, "created_at": "2014-05-20T12:45:32Z", "updated_at": "2024-04-12T14:55:51Z" }
SunnyAggregator / react-coingecko
React library for fetching CoinGecko prices.
SunnyAggregator - Sunny Aggregator
{ "login": "SunnyAggregator", "id": 88571977, "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcxOTc3", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Sunny Aggregator", "company": null, "blog": "https://sunny.ag", "location": "Cayman Islands", "email": "[email protected]", "hireable": null, "bio": "Solana's cross-chain DeFi yield aggregator.", "twitter_username": "SunnyAggregator", "public_repos": 13, "public_gists": 0, "followers": 3, "following": 0, "created_at": "2021-08-07T05:32:38Z", "updated_at": "2022-01-31T05:58:45Z" }
k-128 / react-tradingview-embed
React components for TradingView Embeds.
k-128 - k
{ "login": "k-128", "id": 22292600, "node_id": "MDQ6VXNlcjIyMjkyNjAw", "gravatar_id": "", "type": "User", "site_admin": false, "name": "k", "company": null, "blog": "", "location": "Earth", "email": null, "hireable": null, "bio": null, "twitter_username": "0x4D454F5721", "public_repos": 13, "public_gists": 3, "followers": 26, "following": 207, "created_at": "2016-09-19T10:00:09Z", "updated_at": "2024-06-13T06:44:16Z" }
Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
javascriptdata - JSdata
{ "login": "javascriptdata", "id": 62061637, "node_id": "MDEyOk9yZ2FuaXphdGlvbjYyMDYxNjM3", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "JSdata", "company": null, "blog": "", "location": "Global", "email": "[email protected]", "hireable": null, "bio": "Building JavaScript tools for Data Science, Machine Learning and Deep Learning.", "twitter_username": null, "public_repos": 7, "public_gists": 0, "followers": 87, "following": 0, "created_at": "2020-03-11T12:34:44Z", "updated_at": "2021-12-07T20:32:32Z" }
A program for financial portfolio management, analysis and optimisation.
fmilthaler - Frank Milthaler
{ "login": "fmilthaler", "id": 4276400, "node_id": "MDQ6VXNlcjQyNzY0MDA=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Frank Milthaler", "company": null, "blog": "", "location": "Munich, Germany", "email": null, "hireable": null, "bio": "Postdoctoral Researcher in Computational Physics gone rogue and turned into a Data Engineer. Open-Source developer at heart.", "twitter_username": null, "public_repos": 19, "public_gists": 0, "followers": 105, "following": 5, "created_at": "2013-04-27T22:32:59Z", "updated_at": "2024-01-30T16:00:53Z" }
The OS for your personal finances
maybe-finance - Maybe
{ "login": "maybe-finance", "id": 80786585, "node_id": "MDEyOk9yZ2FuaXphdGlvbjgwNzg2NTg1", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Maybe", "company": null, "blog": "https://maybe.co", "location": null, "email": "[email protected]", "hireable": null, "bio": "The OS for your personal finances", "twitter_username": "maybe", "public_repos": 9, "public_gists": 0, "followers": 438, "following": 0, "created_at": "2021-03-16T19:31:10Z", "updated_at": "2024-05-21T13:17:39Z" }
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
klinecharts - KLineChart
{ "login": "klinecharts", "id": 126337727, "node_id": "O_kgDOB4fCvw", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "KLineChart", "company": null, "blog": "https://klinecharts.com", "location": null, "email": null, "hireable": null, "bio": "📈 Professional financial chart with rich scenarios.(适用场景丰富的专业级金融图表)", "twitter_username": null, "public_repos": 8, "public_gists": 0, "followers": 42, "following": 0, "created_at": "2023-02-25T14:29:41Z", "updated_at": "2024-05-08T15:56:13Z" }
Element Framework is a set of web components based on LSEG Workspace design system, Halo.
Refinitiv - Refinitiv
{ "login": "Refinitiv", "id": 41797105, "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxNzk3MTA1", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Refinitiv", "company": null, "blog": "https://www.refinitiv.com", "location": "Global", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 21, "public_gists": 0, "followers": 59, "following": 0, "created_at": "2018-07-27T15:14:02Z", "updated_at": "2024-05-23T13:47:19Z" }
wxStocks: Write your own screens, ranking functions, and even high level analysis algorithms to help you review portfolio. Newest release allow SEC XBRL data and more or import your own data by writing your own custom importers. wxStocks is currently in python 3 with a ZODB database.
scoofy - Matt
{ "login": "scoofy", "id": 2983968, "node_id": "MDQ6VXNlcjI5ODM5Njg=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Matt", "company": null, "blog": "", "location": "San Francisco, CA", "email": null, "hireable": true, "bio": "If you like my code, feel free to reach out. I mostly code for fun... 🤷♂️", "twitter_username": null, "public_repos": 16, "public_gists": 0, "followers": 23, "following": 5, "created_at": "2012-12-06T21:23:29Z", "updated_at": "2024-05-28T05:22:47Z" }
A React application utilizing APIs and web scraping for gathering news and data on specific stocks with the help of Node.js
zakattack9 - Zak Sakata
{ "login": "zakattack9", "id": 20864647, "node_id": "MDQ6VXNlcjIwODY0NjQ3", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Zak Sakata", "company": null, "blog": "zaksakata.com", "location": "this simulation", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 86, "public_gists": 2, "followers": 33, "following": 22, "created_at": "2016-08-05T18:35:07Z", "updated_at": "2024-08-10T12:59:38Z" }
Finance::Quote module for Perl
finance-quote - Finance Quote contributors
{ "login": "finance-quote", "id": 6708395, "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDgzOTU=", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Finance Quote contributors", "company": null, "blog": "", "location": null, "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 2, "public_gists": 0, "followers": 6, "following": 0, "created_at": "2014-02-17T19:26:16Z", "updated_at": "2023-07-04T20:56:24Z" }
JorrinKievit / react-ts-tradingview-widgets
This is a React component library for TradingView Widgets
JorrinKievit - Jorrin
{ "login": "JorrinKievit", "id": 43169049, "node_id": "MDQ6VXNlcjQzMTY5MDQ5", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Jorrin", "company": null, "blog": "", "location": "Netherlands", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 18, "public_gists": 0, "followers": 27, "following": 0, "created_at": "2018-09-11T09:12:29Z", "updated_at": "2024-08-15T05:40:37Z" }
grafioschtrader / grafioschtrader
A web application for the overall performance of multiple portfolios with different financial instruments and currencies.
grafioschtrader - Grafioschtrader
{ "login": "grafioschtrader", "id": 83549734, "node_id": "MDEyOk9yZ2FuaXphdGlvbjgzNTQ5NzM0", "gravatar_id": "", "type": "Organization", "site_admin": false, "name": "Grafioschtrader", "company": null, "blog": "https://grafioschtrader.info/", "location": null, "email": "[email protected]", "hireable": null, "bio": null, "twitter_username": null, "public_repos": 4, "public_gists": 0, "followers": 2, "following": 0, "created_at": "2021-05-02T17:01:08Z", "updated_at": "2021-05-13T15:38:35Z" }
Fetch, process and display public available stock data to get a quick overiew of certain figures, e.g. price-earnings ratio, dividend-return ratio,...
sschmidhuber - Stefan Schmidhuber
{ "login": "sschmidhuber", "id": 8193673, "node_id": "MDQ6VXNlcjgxOTM2NzM=", "gravatar_id": "", "type": "User", "site_admin": false, "name": "Stefan Schmidhuber", "company": null, "blog": "", "location": "Munich", "email": null, "hireable": null, "bio": null, "twitter_username": null, "public_repos": 7, "public_gists": 0, "followers": 2, "following": 0, "created_at": "2014-07-17T17:29:38Z", "updated_at": "2024-09-23T13:53:12Z" }