/Norn-Finance-API-Server

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

Primary LanguagePythonMIT LicenseMIT

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] /option/quote
  • [GET] /option/quote-valuation
  • [Websocket] /option/quote-valuation

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

Volatility Calculator

  • Historical Volatility
  • Avg Historical Volatility
  • EWMA Historical Volatility

Options Valuation Model

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

DataSource

  • Yahoo Finance

Demo

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

image

image

Reference

License

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