mirror of
https://github.com/wassname/optlib.git
synced 2026-09-12 12:40:27 +08:00
Update README.md
This commit is contained in:
@@ -99,14 +99,14 @@ The historical data API accepts the following query parameters.
|
|||||||
* `year`: `daily`, `weekly`, `monthly`*
|
* `year`: `daily`, `weekly`, `monthly`*
|
||||||
* `ytd`: `daily`, `weekly`*
|
* `ytd`: `daily`, `weekly`*
|
||||||
* `frequency`. The type of frequency with which a new candle is formed.
|
* `frequency`. The type of frequency with which a new candle is formed.
|
||||||
Valid frequencyTypes by periodType (defaults marked with an asterisk):
|
Valid `frequencyType`s by `periodType` (defaults marked with an asterisk):
|
||||||
* `day`: `minute`*
|
* `day`: `minute`*
|
||||||
* `month`: `daily`, `weekly`*
|
* `month`: `daily`, `weekly`*
|
||||||
* `year`: `daily`, `weekly`, `monthly`*
|
* `year`: `daily`, `weekly`, `monthly`*
|
||||||
* `ytd`: `daily`, `weekly`*
|
* `ytd`: `daily`, `weekly`*
|
||||||
* `startDate`. Start date as milliseconds since epoch.
|
* `startDate`. End date as milliseconds since epoch. If startDate and endDate are provided, period should not be provided. Default is previous trading day.
|
||||||
* `endDate`. End date as milliseconds since epoch.
|
* `endDate`. Start date as milliseconds since epoch. If startDate and endDate are provided, period should not be provided.
|
||||||
* `needExtendedHoursData`. to return extended hours data, false for regular market hours only.
|
* `needExtendedHoursData`. `true` to return extended hours data, `false` for regular market hours only. Default is `true`
|
||||||
|
|
||||||
### Option Chains
|
### Option Chains
|
||||||
The option chain API accepts the following query parameters.
|
The option chain API accepts the following query parameters.
|
||||||
|
|||||||
Reference in New Issue
Block a user