8000 Add Missing Fields for Universal Snapshots by HunterL · Pull Request #201 · polygon-io/client-js · GitHub
[go: up one dir, main page]

Skip to content

Add Missing Fields for Universal Snapshots #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add fmv to UniversalSnapshotInfo
  • Loading branch information
HunterL committed Sep 10, 2024
commit a5b72913fbb1b99831ceeb8d1d400448b9b014cf
1 change: 1 addition & 0 deletions src/rest/universal/universalSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export interface UniversalSnapshotInfo {
underlying_asset?: UniversalSnapshotUnderlyingAsset;
value?: number;
break_even_price?: number;
fmv?: number;
}

export interface IUniversalSnapshotQuery extends IPolygonQuery {
Expand Down
0