-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial release of REST endpoints functionality
- Loading branch information
1 parent
70718f5
commit 4b3abd1
Showing
16 changed files
with
1,505 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# Crypto API | ||
|
||
The following endpoints are covered by the Crypto API via these functions: | ||
|
||
* `last_trade_crypto_pair` => Last Trade for a Crypto Pair | ||
* `crypto_daily_open_close` => Daily Open/Close | ||
* `historic_crypto_trades` => Historic Crypto Trades | ||
* `crypto_grouped_daily_bars` => Grouped Daily (Bars) | ||
* `crypto_previous_close` => Previous Close | ||
* `crypto_aggregates_bars` => Aggregates (Bars) | ||
* `crypto_snapshot_all_tickers` => Snapshot All Tickers | ||
* `crypto_snapshot_ticker` => Snapshot Ticker | ||
* `crypto_snapshot_ticker_full_book` => Snapshot Ticker Full Book (L2) | ||
* `crypto_snapshot_gainers_losers` => Snapshot Gainers/Losers | ||
|
||
Detailed information on each function can be extracted in Julia. For example; | ||
|
||
```julia | ||
using PolygonIO | ||
julia>?last_trade_crypto_pair | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Forex API | ||
|
||
The following endpoints are covered by the Forex API via these functions: | ||
|
||
* `historic_forex_ticks` => Historic Forex Ticks | ||
* `real_time_currency_conversion` => Real-time Currency Conversion | ||
* `last_quote_currency_pair` => Last Quote for a Currency Pair | ||
* `forex_grouped_daily_bars` => Aggregates (Bars) | ||
* `forex_previous_close` => Grouped Daily (Bars) | ||
* `forex_aggregates_bars` => Previous Close | ||
* `forex_snapshot_ticker` => Snapshot - All Tickers | ||
* `forex_snapshot_all_tickers` => Snapshot - Gainers/Losers | ||
* `forex_snapshot_gainers_losers` => Snapshot - Ticker | ||
|
||
Detailed information on each function can be extracted in Julia. For example; | ||
|
||
```julia | ||
using PolygonIO | ||
julia>?historic_forex_ticks | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# Reference API | ||
|
||
The following endpoints are covered by the Reference API via these functions: | ||
|
||
* `tickers` => Tickers | ||
* `ticker_types` => Ticker Types | ||
* `ticker_details` => Ticker Details | ||
* `ticker_details_vX` => Ticker Details vX | ||
* `ticker_news` => Ticker News | ||
* `markets` => Markets | ||
* `locales` => Locales | ||
* `stock_splits` => Stock Splits | ||
* `stock_dividends` => Stock Dividends | ||
* `stock_financials` => Stock Financials | ||
* `market_holidays` => Market Holidays | ||
* `market_status` => Market Status | ||
* `stock_exchanges` => Stock Exchanges | ||
* `condition_mappings` => Condition Mappings | ||
* `crypto_exchanges` => Crypto Exchanges | ||
|
||
Detailed information on each function can be extracted in Julia. For example; | ||
|
||
```julia | ||
using PolygonIO | ||
julia>?tickers | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Stocks API | ||
|
||
The following endpoints are covered by the Stocks API via these functions: | ||
|
||
* `stocks_trades` => Trades | ||
* `stocks_quotes_nbbo` => Quotes (NBBO) | ||
* `stocks_last_trade_symbol` => Last Trade for a Symbol v2 | ||
* `stocks_last_quote_symbol` => Last Quote for a Symbol v2 | ||
* `stocks_daily_open_close` => Daily Open/Close | ||
* `stocks_grouped_daily_bars` => Grouped Daily Bars | ||
* `stocks_previous_close` => Previous Close | ||
* `stocks_aggregates_bars` => Aggregates (Bars) | ||
* `stocks_snapshot_all_tickers` => Snapshot All Tickers | ||
* `stocks_snapshot_ticker` => Snapshot Ticker | ||
* `stocks_snapshot_gainers_losers` => Snapshot Gainers/Losers | ||
|
||
Detailed information on each function can be extracted in Julia. For example; | ||
|
||
```julia | ||
using PolygonIO | ||
julia>?tickers | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4b3abd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
4b3abd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/42041
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: