Skip to main content

Download latest Option Price(nk255) from JPX

Project description

# nk225op
Module for fetching latest NK225 Options Data

最新の日経225清算値データをJPXサーバから取得する。

[Jupyter Notebook example](https://github.com/zaq9/nk225op/blob/master/doc/eg_nk225op.ipynb)



## Install:( Google Colaboratory)

```
!pip install nk225op
```



## Example:

```python

#ex01 : 最新の日経225清算値データを取得
#(2月限と3月限、 権利価格20500~20750)


from nk225op import nk225op as nk

nk([201902,201903] , [20500,20750])


```

## Output:

| lb | PRICE | IV |
| --------- | ----- | ------- |
| 02/C20500 | 340 | 18.3289 |
| 02/C20625 | 260 | 17.5826 |
| 02/C20750 | 195 | 17.2045 |

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nk225op-0.1.6-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page