Pete Kruskall

Results 6 comments of Pete Kruskall

My experience is probably outdated by a year or more at this point, but I ended up digging around in native code + other people's plugins (for months...really), cobbling together...

Unfortunately, this might need to be reopened as a regression, as I see similar behavior with the Python API (which now uses https://polygon.io/docs/stocks/get_v3_reference_dividends). For example: ex_dividend_date=2023-02-01 returns two dividends for...

![Screenshot_20230514-021041.png](https://github.com/tedchou12/webull/assets/875457/5bdc8240-f58c-49c0-945b-6da90576173d) ![Screenshot_20230514-020949.png](https://github.com/tedchou12/webull/assets/875457/b8e4d152-d44b-4254-8414-fc96452aff21)

Here are the endpoints related to exercising options I found, all with `https://ustrade.webullfinance.com/api` as their root: `trading/v1/webull/option/checkOptionExercise` `trading/v1/webull/option/exerciseResultDetail` `trading/v1/webull/option/listExerciseResult` `trading/v1/webull/option/checkOptionExercise` `trading/v1/webull/option/saveOptionExercise` `trading/v1/webull/position/updateOptionExercise` More information on parameters etc, with which existing...

I think `wait` takes a pid these days. instead of `-n` try `$!`. Presuming node didn't spawn any child processes, that should be the pid of the last command you...

@tamoyal -- though it's not germane to this issue, not seeing log messages on release builds is intentional. Please see filters in the dependency: logger @https://github.com/leisim/logger/tree/master/lib/src/filters. In particular, DevelopmentFilter, which...