Skip to content

A lightweight finance API server to get the US stocks, options data, and calculate the option valuation.

License

Notifications You must be signed in to change notification settings

zmcx16/Norn-Finance-API-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norn-Finance-API-Server

Build Badge codecov

A lightweight finance API server to get the US stocks, options data, and calculate the option valuation.

Support APIs

  • [GET] /stock/history
  • [GET] /stock/price-simulation-by-mc
  • [GET] /option/quote
  • [GET] /option/quote-valuation
  • [Websocket] /option/quote-valuation

API documents: https://norn-finance.zmcx16.moe/docs

Stock Price Simulation

  • Monte Carlo

Volatility Calculator

  • Historical Volatility
  • Avg Historical Volatility
  • EWMA Historical Volatility

Options Valuation Model

  • Black-Scholes-Merton
  • Monte Carlo
  • Binomial Tree
  • Kelly Criterion

DataSource

  • Yahoo Finance
  • MarketWatch

Demo

https://norn-stockscreener.zmcx16.moe/options/

image

image

Reference

License

This project is licensed under the terms of the MIT license.

About

A lightweight finance API server to get the US stocks, options data, and calculate the option valuation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages